LICENSE
README.md
pyproject.toml
sheaf/__init__.py
sheaf/__main__.py
sheaf/core/compiler.py
sheaf/core/error_handler.py
sheaf/core/macro_engine.py
sheaf/core/parser.py
sheaf/core/tracer.py
sheaf/core/forms/__init__.py
sheaf/core/forms/base.py
sheaf/core/forms/binding.py
sheaf/core/forms/control.py
sheaf/core/forms/flow.py
sheaf/core/forms/ml.py
sheaf/core/forms/utils.py
sheaf/lib/macros.shf
sheaf/lib/nn.shf
sheaf/lib/optim.shf
sheaf/lib/repl.shf
sheaf/repl/__main__.old.py
sheaf/repl/__main__.py
sheaf/repl/__main__new.py
sheaf/repl/help.py
sheaf/runtime/core_ops.py
sheaf/runtime/io_ops.py
sheaf/runtime/jax_ops.py
sheaf/runtime/math_ops.py
sheaf/runtime/nn_ops.py
sheaf/runtime/string_ops.py
sheaf_lang.egg-info/PKG-INFO
sheaf_lang.egg-info/SOURCES.txt
sheaf_lang.egg-info/dependency_links.txt
sheaf_lang.egg-info/entry_points.txt
sheaf_lang.egg-info/requires.txt
sheaf_lang.egg-info/top_level.txt
test/test_original_sequence.py
tests/test_comments.py
tests/test_compile_time_eval.py
tests/test_defmacro.py
tests/test_defmodel_macro.py
tests/test_error_handling.py
tests/test_list_ops.py
tests/test_macros_lib.py
tests/test_pytree.py
tests/test_pytree_manual.py
tests/test_quasiquote.py
tests/test_quote.py
tests/test_symbol_ops.py
tests/test_trace_and_guards.py
tests/test_trace_simple.py
tests/test_various_errors.py
tests/test_vmap.py