LICENSE
README.md
pyproject.toml
Documentation/LANGUAGE_REFERENCE.md
Documentation/README.md
brittainscript.egg-info/PKG-INFO
brittainscript.egg-info/SOURCES.txt
brittainscript.egg-info/dependency_links.txt
brittainscript.egg-info/entry_points.txt
brittainscript.egg-info/requires.txt
brittainscript.egg-info/top_level.txt
core/__init__.py
core/gui_backend.py
core/lexer.py
core/main.py
core/parser.py
core/parsetab.py
libs/__init__.py
libs/convert.bs
libs/datetime.bs
libs/gui.bs
libs/io.bs
libs/math.bs
libs/terminal.bs
py2bs/__init__.py
py2bs/cli.py
py2bs/emitter.py
py2bs/errors.py
py2bs/frontend.py
py2bs/lowering.py
py2bs/report.py
py2bs/translate.py
py2bs/verify.py
tests/test_callable_variables.py
tests/test_conditionals.py
tests/test_datetime_builtin.py
tests/test_gui_builtins.py
tests/test_operator_precedence.py
tests/test_parser_builtins.py
tests/test_py2bs.py
tests/test_python_bridge.py
tests/test_repl.py
tests/test_strings.py