LICENSE
README.md
pyproject.toml
src/lambdora/__init__.py
src/lambdora/__main__.py
src/lambdora/astmodule.py
src/lambdora/builtinsmodule.py
src/lambdora/errors.py
src/lambdora/evaluator.py
src/lambdora/macro.py
src/lambdora/parser.py
src/lambdora/printer.py
src/lambdora/repl.py
src/lambdora/runner.py
src/lambdora/tokenizer.py
src/lambdora/values.py
src/lambdora.egg-info/PKG-INFO
src/lambdora.egg-info/SOURCES.txt
src/lambdora.egg-info/dependency_links.txt
src/lambdora.egg-info/entry_points.txt
src/lambdora.egg-info/top_level.txt
tests/test_builtins.py
tests/test_errors.py
tests/test_evaluator.py
tests/test_integration.py
tests/test_letrec.py
tests/test_macros.py
tests/test_main.py
tests/test_parser.py
tests/test_printer.py
tests/test_quote.py
tests/test_repl.py
tests/test_runner.py
tests/test_stdlib.py
tests/test_tokenizer.py
tests/test_values.py