.gitignore
AGENTS.md
LICENSE
README.md
pyproject.toml
setup.py
.github/pull_request_template.md
.github/ISSUE_TEMPLATE/config.yml
.github/actions/codeql/security-pack.yml
.github/actions/spelling/excludes.txt
.github/actions/spelling/expect.txt
.github/actions/spelling/patterns.txt
.github/resources/RefTopologyAppDictionary.xml
.github/workflows/codeql-security-scan.yml
.github/workflows/fprime-gds-tests.yml
.github/workflows/publish.yml
.github/workflows/spelling.yml
src/fprime_fpy.egg-info/PKG-INFO
src/fprime_fpy.egg-info/SOURCES.txt
src/fprime_fpy.egg-info/dependency_links.txt
src/fprime_fpy.egg-info/entry_points.txt
src/fprime_fpy.egg-info/requires.txt
src/fprime_fpy.egg-info/top_level.txt
src/fpy/SPEC.md
src/fpy/__init__.py
src/fpy/codegen.py
src/fpy/compiler.py
src/fpy/desugaring.py
src/fpy/error.py
src/fpy/grammar.lark
src/fpy/ir.py
src/fpy/macros.py
src/fpy/main.py
src/fpy/model.py
src/fpy/semantics.py
src/fpy/syntax.py
src/fpy/test_helpers.py
src/fpy/types.py
src/fpy/bytecode/SPEC.md
src/fpy/bytecode/__init__.py
src/fpy/bytecode/assembler.py
src/fpy/bytecode/directives.py
src/fpy/bytecode/grammar.lark
test/fpy/RefTopologyDictionary.json
test/fpy/disabled_test_generated_seqs.py
test/fpy/test_assembler.py
test/fpy/test_golden.py
test/fpy/test_main.py
test/fpy/test_model.py
test/fpy/test_seqs.py
test/fpy/test_types_visitors.py
test/fpy/golden/const_fold.fpy
test/fpy/golden/const_fold.fpybc
test/fpy/golden/empty.fpy
test/fpy/golden/empty.fpybc
test/fpy/golden/exit_success.fpy
test/fpy/golden/exit_success.fpybc
test/fpy/golden/if_else.fpy
test/fpy/golden/if_else.fpybc
test/fpy/golden/if_simple.fpy
test/fpy/golden/if_simple.fpybc
test/fpy/golden/var_bool.fpy
test/fpy/golden/var_bool.fpybc
test/fpy/golden/var_f32.fpy
test/fpy/golden/var_f32.fpybc
test/fpy/golden/var_reassign.fpy
test/fpy/golden/var_reassign.fpybc
test/fpy/golden/var_u32.fpy
test/fpy/golden/var_u32.fpybc
test/fpy/golden/while_simple.fpy
test/fpy/golden/while_simple.fpybc