LICENSE
README.md
pyproject.toml
aergia/__init__.py
aergia/__main__.py
aergia/lexer.py
aergia/nodes.py
aergia/parser.py
aergia/std/std_arr.aer
aergia/std/std_bool.aer
aergia/std/std_error.aer
aergia/std/std_str.aer
aergia/std/std_type.aer
aergia/tools/agathos.py
aergia/tools/lethes.py
aergia/tools/otia.py
aergia_lang.egg-info/PKG-INFO
aergia_lang.egg-info/SOURCES.txt
aergia_lang.egg-info/dependency_links.txt
aergia_lang.egg-info/entry_points.txt
aergia_lang.egg-info/top_level.txt
tests/test_environment.py
tests/test_integration.py
tests/test_lexer.py
tests/test_parser.py