LICENSE
README.md
pyproject.toml
setup.py
src/trill/__init__.py
src/trill/error.py
src/trill/interpreter.py
src/trill/main.py
src/trill/parser.py
src/trill/reserved.py
src/trill/tokenizer.py
src/trill/tokens.py
src/trill.egg-info/PKG-INFO
src/trill.egg-info/SOURCES.txt
src/trill.egg-info/dependency_links.txt
src/trill.egg-info/entry_points.txt
src/trill.egg-info/requires.txt
src/trill.egg-info/top_level.txt
src/trill/ast/__init__.py
src/trill/ast/base.py
src/trill/ast/expression.py
src/trill/ast/printer.py
src/trill/ast/statement.py
tests/test_errors.py
tests/test_rolls.py
tests/test_scanner.py
tests/test_syntax_tree.py
tests/test_tokenizer.py