.gitignore
README.md
logo.jpg
requirements-dev.txt
requirements.txt
setup.cfg
setup.py
.vscode/extensions.json
.vscode/settings.json
tests/__init__.py
tests/conftest.py
tests/test_compiler.py
tests/test_grammar.py
tests/test_keyword.py
tests/testcases/__init__.py
tests/testcases/compiler/__int__.py
tests/testcases/compiler/as_long_as_statement.py
tests/testcases/compiler/assign_statement.py
tests/testcases/compiler/if_statement.py
tests/testcases/compiler/util.py
toisan_lang/__init__.py
toisan_lang/__main__.py
toisan_lang/compiler.py
toisan_lang/grammar.py
toisan_lang/keyword.py
toisan_lang/node.py
toisan_lang.egg-info/PKG-INFO
toisan_lang.egg-info/SOURCES.txt
toisan_lang.egg-info/dependency_links.txt
toisan_lang.egg-info/requires.txt
toisan_lang.egg-info/top_level.txt