CHANGELOG.md
LICENSE
MANIFEST.in
README.md
pyproject.toml
./spork/__init__.py
./spork/__main__.py
./spork/cli.py
./spork/command_discovery.py
./spork/commands.py
./spork/compiler/__init__.py
./spork/compiler/annotations.py
./spork/compiler/arity.py
./spork/compiler/ast_helpers.py
./spork/compiler/calls.py
./spork/compiler/codegen.py
./spork/compiler/context.py
./spork/compiler/control_flow.py
./spork/compiler/destructuring.py
./spork/compiler/effects.py
./spork/compiler/exceptions.py
./spork/compiler/functions.py
./spork/compiler/generated_names.py
./spork/compiler/literals.py
./spork/compiler/loader.py
./spork/compiler/loops.py
./spork/compiler/lowering.py
./spork/compiler/macros.py
./spork/compiler/namespaces.py
./spork/compiler/patterns.py
./spork/compiler/pipeline.py
./spork/compiler/quoting.py
./spork/compiler/reader.py
./spork/compiler/reader_macros.py
./spork/lsp/__init__.py
./spork/lsp/protocol.py
./spork/lsp/server.py
./spork/project/__init__.py
./spork/project/build.py
./spork/project/check.py
./spork/project/config.py
./spork/project/dependencies.py
./spork/project/dist.py
./spork/project/manager.py
./spork/project/runtime.py
./spork/project/scaffold.py
./spork/project/stubs.py
./spork/repl/__init__.py
./spork/repl/backend.py
./spork/repl/nrepl.py
./spork/testing/__init__.py
./spork/testing/discovery.py
./spork/testing/runner.py
spork/__init__.py
spork/__main__.py
spork/cli.py
spork/command_discovery.py
spork/commands.py
spork/compiler/__init__.py
spork/compiler/annotations.py
spork/compiler/arity.py
spork/compiler/ast_helpers.py
spork/compiler/calls.py
spork/compiler/codegen.py
spork/compiler/context.py
spork/compiler/control_flow.py
spork/compiler/destructuring.py
spork/compiler/effects.py
spork/compiler/exceptions.py
spork/compiler/functions.py
spork/compiler/generated_names.py
spork/compiler/literals.py
spork/compiler/loader.py
spork/compiler/loops.py
spork/compiler/lowering.py
spork/compiler/macros.py
spork/compiler/namespaces.py
spork/compiler/patterns.py
spork/compiler/pipeline.py
spork/compiler/quoting.py
spork/compiler/reader.py
spork/compiler/reader_macros.py
spork/lsp/__init__.py
spork/lsp/protocol.py
spork/lsp/server.py
spork/project/__init__.py
spork/project/build.py
spork/project/check.py
spork/project/config.py
spork/project/dependencies.py
spork/project/dist.py
spork/project/manager.py
spork/project/runtime.py
spork/project/scaffold.py
spork/project/stubs.py
spork/repl/__init__.py
spork/repl/backend.py
spork/repl/nrepl.py
spork/testing/__init__.py
spork/testing/discovery.py
spork/testing/runner.py
spork_lang.egg-info/PKG-INFO
spork_lang.egg-info/SOURCES.txt
spork_lang.egg-info/dependency_links.txt
spork_lang.egg-info/entry_points.txt
spork_lang.egg-info/requires.txt
spork_lang.egg-info/top_level.txt
tests/test_async.spork
tests/test_async_advanced.spork
tests/test_block_with_result.spork
tests/test_cli_delegation.py
tests/test_command_metadata.py
tests/test_command_registry.py
tests/test_compiler_modules.py
tests/test_comprehensive.spork
tests/test_decorators.spork
tests/test_defclass.spork
tests/test_destructuring.spork
tests/test_exceptions.spork
tests/test_expression_everywhere.spork
tests/test_extension_commands.py
tests/test_fmt.spork
tests/test_generator_error.spork
tests/test_gensym.spork
tests/test_iteration_expressions.py
tests/test_iteration_expressions.spork
tests/test_keyword_args.spork
tests/test_lazy_minimal.spork
tests/test_lazy_seqs.spork
tests/test_let_refactor.spork
tests/test_let_statements.spork
tests/test_loop_recur.spork
tests/test_lsp.py
tests/test_macro.spork
tests/test_macros.spork
tests/test_map_merge.spork
tests/test_method_call.spork
tests/test_multi_arity.spork
tests/test_multi_dispatch.spork
tests/test_namespace_imports.py
tests/test_nested_let.spork
tests/test_ns.spork
tests/test_pattern_matching.spork
tests/test_pds.spork
tests/test_pds_namespace.py
tests/test_pickle.spork
tests/test_project_build.py
tests/test_project_check.py
tests/test_project_dependencies.py
tests/test_project_manager.py
tests/test_project_runtime.py
tests/test_protocols.spork
tests/test_quasiquote_vector.spork
tests/test_reader_macros.spork
tests/test_require_macros.spork
tests/test_require_refer_all.spork
tests/test_scaffold.py
tests/test_set.spork
tests/test_set_expr.spork
tests/test_set_operations.spork
tests/test_slice.spork
tests/test_sorted_vector.spork
tests/test_source_mapping.spork
tests/test_stage0.spork
tests/test_stage1.spork
tests/test_stage2.spork
tests/test_std_json.spork
tests/test_std_map.spork
tests/test_std_string.spork
tests/test_testing.py
tests/test_throw.spork
tests/test_transients.spork
tests/test_try_catch.spork
tests/test_type_predicates.spork
tests/test_typed_vectors.spork
tests/test_types.spork
tests/test_varargs.spork
tests/test_with.spork