.gitignore
LICENSE
README.md
logo.jpg
mkdocs.yml
pcufile.toml
pyproject.toml
requirements-dev.txt
requirements-docs.txt
requirements-test.txt
requirements.txt
.github/workflows/gh-deploy.yml
.github/workflows/pcu.yml
.github/workflows/pytest.yml
.vscode/extensions.json
.vscode/settings.json
docs/index.md
src/toisan_lang/__init__.py
src/toisan_lang/__main__.py
src/toisan_lang/compiler.py
src/toisan_lang/grammar.py
src/toisan_lang/keyword.py
src/toisan_lang/node.py
src/toisan_lang.egg-info/PKG-INFO
src/toisan_lang.egg-info/SOURCES.txt
src/toisan_lang.egg-info/dependency_links.txt
src/toisan_lang.egg-info/requires.txt
src/toisan_lang.egg-info/top_level.txt
tests/conftest.py
tests/test_compiler.py
tests/test_grammar.py
tests/test_keyword.py
tests/helpers/compiler/as_long_as_statement.py
tests/helpers/compiler/assign_statement.py
tests/helpers/compiler/if_statement.py
tests/helpers/compiler/util.py