README.md
pyproject.toml
runar_compiler/__init__.py
runar_compiler/__main__.py
runar_compiler/compiler.py
runar_compiler.egg-info/PKG-INFO
runar_compiler.egg-info/SOURCES.txt
runar_compiler.egg-info/dependency_links.txt
runar_compiler.egg-info/requires.txt
runar_compiler.egg-info/top_level.txt
runar_compiler/codegen/__init__.py
runar_compiler/codegen/blake3.py
runar_compiler/codegen/ec.py
runar_compiler/codegen/emit.py
runar_compiler/codegen/optimizer.py
runar_compiler/codegen/sha256.py
runar_compiler/codegen/slh_dsa.py
runar_compiler/codegen/stack.py
runar_compiler/frontend/__init__.py
runar_compiler/frontend/anf_lower.py
runar_compiler/frontend/anf_optimize.py
runar_compiler/frontend/ast_nodes.py
runar_compiler/frontend/constant_fold.py
runar_compiler/frontend/diagnostic.py
runar_compiler/frontend/parser_dispatch.py
runar_compiler/frontend/parser_go.py
runar_compiler/frontend/parser_move.py
runar_compiler/frontend/parser_python.py
runar_compiler/frontend/parser_ruby.py
runar_compiler/frontend/parser_rust.py
runar_compiler/frontend/parser_sol.py
runar_compiler/frontend/parser_ts.py
runar_compiler/frontend/typecheck.py
runar_compiler/frontend/validator.py
runar_compiler/ir/__init__.py
runar_compiler/ir/loader.py
runar_compiler/ir/types.py
tests/test_anf_optimize.py
tests/test_compiler.py
tests/test_constant_fold.py
tests/test_emit.py
tests/test_frontend.py
tests/test_ir_loader.py
tests/test_multiformat.py
tests/test_optimizer.py
tests/test_parsers.py
tests/test_source_compile.py
tests/test_stack.py