LICENSE
README.md
pyproject.toml
pythonslisp/AST.py
pythonslisp/Analyzer.py
pythonslisp/CEK.py
pythonslisp/Context.py
pythonslisp/Environment.py
pythonslisp/Exceptions.py
pythonslisp/Expander.py
pythonslisp/Interpreter.py
pythonslisp/Parser.py
pythonslisp/Tracer.py
pythonslisp/__init__.py
pythonslisp/__main__.py
pythonslisp/startup.lisp
pythonslisp.egg-info/PKG-INFO
pythonslisp.egg-info/SOURCES.txt
pythonslisp.egg-info/dependency_links.txt
pythonslisp.egg-info/top_level.txt
pythonslisp/examples/IttyBittyLisp.py
pythonslisp/examples/IttyBittyLisp2.py
pythonslisp/examples/IttyBittyLisp3.py
pythonslisp/examples/my_extension.py
pythonslisp/extensions/__init__.py
pythonslisp/extensions/conditions.py
pythonslisp/extensions/control.py
pythonslisp/extensions/io.py
pythonslisp/extensions/math.py
pythonslisp/extensions/meta.py
pythonslisp/extensions/modules.py
pythonslisp/extensions/sequences.py
pythonslisp/extensions/strings.py
pythonslisp/extensions/types.py
pythonslisp/extensions/values.py
pythonslisp/help/CLOSURES-DOC.md
pythonslisp/help/CLOSURES.md
pythonslisp/help/CONDITIONS-DOC.md
pythonslisp/help/CONDITIONS.md
pythonslisp/help/CONTROL-TRANSFER-DOC.md
pythonslisp/help/CONTROL-TRANSFER.md
pythonslisp/help/ERRORS-DOC.md
pythonslisp/help/ERRORS.md
pythonslisp/help/EVALUATOR-DOC.md
pythonslisp/help/EVALUATOR2-DOC.md
pythonslisp/help/EVALUATOR3-DOC.md
pythonslisp/help/EXTENSIONS-DOC.md
pythonslisp/help/LAMBDA-LIST-DOC.md
pythonslisp/help/LAMBDA-LIST.md
pythonslisp/help/LANGUAGE.txt
pythonslisp/help/LOOPING-DOC.md
pythonslisp/help/LOOPING.md
pythonslisp/help/MACROS-DOC.md
pythonslisp/help/MACROS.md
pythonslisp/help/MATH-LIB-DOC.md
pythonslisp/help/MATH-LIB.md
pythonslisp/help/MODIFYING-DOC.md
pythonslisp/help/MODULES-DOC.md
pythonslisp/help/MODULES.md
pythonslisp/help/MULTIPLE-VALUES-DOC.md
pythonslisp/help/MULTIPLE-VALUES.md
pythonslisp/help/SCOPING-DOC.md
pythonslisp/help/SCOPING.md
pythonslisp/help/SEQUENCES-DOC.md
pythonslisp/help/SEQUENCES.md
pythonslisp/help/STREAMS-DOC.md
pythonslisp/help/STREAMS.md
pythonslisp/help/STRINGS-DOC.md
pythonslisp/help/STRINGS.md
pythonslisp/help/STRUCTS-DOC.md
pythonslisp/help/STRUCTS.md
pythonslisp/help/TYPES-DOC.md
pythonslisp/help/TYPES.md
pythonslisp/ltk/EnvironmentBase.py
pythonslisp/ltk/Highlighter.py
pythonslisp/ltk/Listener.py
pythonslisp/ltk/ParserBase.py
pythonslisp/ltk/Utils.py
pythonslisp/ltk/__init__.py
pythonslisp/ltk/readline_win.py
pythonslisp/testing/module-fixture.lisp