CHANGELOG.md
CONTRIBUTING.md
LICENSE
MANIFEST.in
README.md
mamba.py
pyproject.toml
setup.py
big_mamba.egg-info/PKG-INFO
big_mamba.egg-info/SOURCES.txt
big_mamba.egg-info/dependency_links.txt
big_mamba.egg-info/entry_points.txt
big_mamba.egg-info/top_level.txt
bigmamba/__init__.py
bigmamba/ast_nodes.py
bigmamba/builtins.py
bigmamba/errors.py
bigmamba/executor.py
bigmamba/lexer.py
bigmamba/parser.py
bigmamba/repl.py
bigmamba/transpiler.py
examples/calculator.mamba
examples/classes.mamba
examples/fibonacci.mamba
examples/guessing_game.mamba
examples/hello.mamba