pyproject.toml
spice/__init__.py
spice/errors.py
spice/printils.py
spice/annotations/__init__.py
spice/annotations/base.py
spice/annotations/registry.py
spice/annotations/builtins/__init__.py
spice/annotations/builtins/print_on_call.py
spice/cli/__init__.py
spice/cli/cli_handler.py
spice/compilation/__init__.py
spice/compilation/build_flags.py
spice/compilation/cython_compiler.py
spice/compilation/pipeline.py
spice/compilation/spicefile.py
spice/compilation/symbol_table.py
spice/compilation/checks/__init__.py
spice/compilation/checks/annotation_stage.py
spice/compilation/checks/compile_time_check.py
spice/compilation/checks/final_checker.py
spice/compilation/checks/generic_bound_checker.py
spice/compilation/checks/interface_checker.py
spice/compilation/checks/method_overload_resolver.py
spice/compilation/checks/symbol_table_builder.py
spice/compilation/checks/type_checker.py
spice/lexer/__init__.py
spice/lexer/follow_set.py
spice/lexer/tokenizer.py
spice/lexer/tokens.py
spice/parser/__init__.py
spice/parser/ast_nodes.py
spice/parser/expression_parser.py
spice/parser/parser.py
spice/transformer/__init__.py
spice/transformer/transformer.py
spice/utils/__init__.py
spice/utils/hashing.py
spice_lang.egg-info/PKG-INFO
spice_lang.egg-info/SOURCES.txt
spice_lang.egg-info/dependency_links.txt
spice_lang.egg-info/entry_points.txt
spice_lang.egg-info/requires.txt
spice_lang.egg-info/top_level.txt
tests/test_annotations.py
tests/test_class_keywords.py
tests/test_constructor_transform.py
tests/test_cython_emit.py
tests/test_data_classes.py
tests/test_enums.py
tests/test_final_checker.py
tests/test_generic_bounds.py
tests/test_generics.py
tests/test_lexer.py
tests/test_parcer.py
tests/test_pipeline_imports.py
tests/test_slice_parsing.py
tests/test_transformer.py
tests/test_type_checker.py
tests/testutils.py