LICENSE
MANIFEST.in
README.md
pyproject.toml
sprout.py
docs/decisions.md
docs/errors.md
docs/examples.md
docs/language-spec.md
docs/syntax.md
examples/classify.spr
examples/exists.spr
examples/functions.spr
examples/hello_world.spr
examples/lists.spr
examples/loops.spr
examples/scores.spr
examples/world.spr
sprout/__init__.py
sprout/agent_presets.py
sprout/ast_nodes.py
sprout/builtins.py
sprout/cli.py
sprout/errors.py
sprout/interpreter.py
sprout/lexer.py
sprout/parser.py
sprout/runtime.py
sprout_lang.egg-info/PKG-INFO
sprout_lang.egg-info/SOURCES.txt
sprout_lang.egg-info/dependency_links.txt
sprout_lang.egg-info/entry_points.txt
sprout_lang.egg-info/top_level.txt
tests/test_agents.py
tests/test_cli.py
tests/test_environments.py
tests/test_errors.py
tests/test_examples.py
tests/test_interpreter.py
tests/test_lexer.py
tests/test_parser.py
tests/test_runtime.py
tests/test_ticks.py
tests/test_worlds.py
tests/snapshots/errors/chained_comparison.txt
tests/snapshots/errors/division_by_zero.txt
tests/snapshots/errors/index_out_of_range.txt
tests/snapshots/errors/missing_block.txt
tests/snapshots/errors/return_outside_function.txt
tests/snapshots/errors/tab_indentation.txt
tests/snapshots/errors/text_number_plus.txt
tests/snapshots/errors/undefined_variable.txt
tests/snapshots/errors/undefined_variable_exists.txt
tests/snapshots/errors/wrong_argument_count.txt