.gitignore
.style.yapf
AUTHORS
LICENSE
Makefile
README.md
pyproject.toml
tox.ini
uv.lock
.github/check_license.sh
.github/check_python_scripts.sh
.github/workflows/check-install.yml
.github/workflows/presubmit.yml
.github/workflows/publish-to-pypi.yml
.github/workflows/wheel.yml
FABulous_fasm.egg-info/PKG-INFO
FABulous_fasm.egg-info/SOURCES.txt
FABulous_fasm.egg-info/dependency_links.txt
FABulous_fasm.egg-info/entry_points.txt
FABulous_fasm.egg-info/requires.txt
FABulous_fasm.egg-info/top_level.txt
docs/specification.md
docs/_static/favicon.svg
docs/_static/logo.svg
docs/_static/image/fasm-diagram.png
examples/blank.fasm
examples/comment.fasm
examples/feature_only.fasm
examples/many.fasm
fasm/__init__.py
fasm/model.py
fasm/output.py
fasm/tool.py
fasm/parser/__init__.py
fasm/parser/fasm.tx
fasm/parser/textx.py
tests/__init__.py
tests/test_simple.py