.gitignore
LICENSE.txt
README.md
bnf_aporia.png
pyproject.toml
uv.lock
aporia/__init__.py
aporia/main.py
aporia/aporia_ast/__init__.py
aporia/aporia_ast/main.py
aporia/interpreter/__init__.py
aporia/interpreter/main.py
aporia/interpreter/utils.py
aporia/parser/__init__.py
aporia/parser/grammar.lark
aporia/parser/parser.py
aporia/parser/transformer.py
aporia_interpreter.egg-info/PKG-INFO
aporia_interpreter.egg-info/SOURCES.txt
aporia_interpreter.egg-info/dependency_links.txt
aporia_interpreter.egg-info/entry_points.txt
aporia_interpreter.egg-info/requires.txt
aporia_interpreter.egg-info/top_level.txt
examples/01_unary_opr.spp
examples/02_unary_opr_complex.spp
examples/03_simple_add.spp
examples/04_simple_prod.spp
examples/05_is_pos_odd.spp
examples/06_unary_neg.spp
examples/07_complicated_calc.spp
examples/08_chain.spp
tests/__init__.py
tests/test_arithmetic.py
tests/test_bools.py
tests/test_conditional_execution.py
tests/test_misc.py
tests/test_print.py
tests/util.py