.gitignore
LICENSE.txt
README.md
lif_bnf.png
pyproject.toml
uv.lock
aporiapy/__init__.py
aporiapy/main.py
aporiapy.egg-info/PKG-INFO
aporiapy.egg-info/SOURCES.txt
aporiapy.egg-info/dependency_links.txt
aporiapy.egg-info/entry_points.txt
aporiapy.egg-info/requires.txt
aporiapy.egg-info/top_level.txt
aporiapy/compilers/__init__.py
aporiapy/compilers/compiler_01_sc.py
aporiapy/compilers/compiler_02_flat.py
aporiapy/compilers/compiler_03_cfi.py
aporiapy/compilers/utils.py
tests/__init__.py
tests/test_passes.py
tests/test_cases/00_pres_example.py
tests/test_cases/01_simple_operation.py
tests/test_cases/02_tricky.py
tests/test_cases/03_nested_if_stmts.py
tests/test_cases/04_basic_arithmetic.py
tests/test_cases/05_inline_ternary_operation.py
tests/test_cases/06_logical_operators.py
tests/test_cases/07_complex_nested_ternary.py
tests/test_cases/08_combination_arithmetic_logical_relational.py
tests/test_cases/09_empty.py
tests/test_cases/10_useless_expressions.py
tests/test_cases/11_reassign.py
tests/test_cases/12_if_false.py
tests/test_cases/13_deeply_nested_if_stmts.py
tests/test_cases/14_modulo.py
tests/test_cases/15_multiplication.py
tests/test_cases/16_float.py
tests/test_cases/17_print.py
tests/test_cases/18_division.py
tests/test_cases/19_floor_division.py
tests/test_cases/20_complex_cond.py
tests/test_cases/21_no_else.py
tests/test_cases/22_boolean_ops.py
tests/test_cases/23_complex_division.py