.gitignore
LICENSE
README.md
pyproject.toml
setup.py
.github/workflows/pyproject.yml
src/ng.pybf.egg-info/PKG-INFO
src/ng.pybf.egg-info/SOURCES.txt
src/ng.pybf.egg-info/dependency_links.txt
src/ng.pybf.egg-info/entry_points.txt
src/ng.pybf.egg-info/requires.txt
src/ng.pybf.egg-info/top_level.txt
src/pybf/__init__.py
src/pybf/__main__.py
src/pybf/compiler.py
src/pybf/constants.py
src/pybf/interpreter.py
tests/__init__.py
tests/hello_world.bf
tests/test_interpreter.py
tests/utils.py