LICENSE
README.md
setup.py
plai/__init__.py
plai/__main__.py
plai/environment.py
plai/interpreter.py
plai/symbol.py
plai/validation.py
plai.egg-info/PKG-INFO
plai.egg-info/SOURCES.txt
plai.egg-info/dependency_links.txt
plai.egg-info/requires.txt
plai.egg-info/top_level.txt
plai/modules/__init__.py
plai/modules/columns.py
plai/modules/frame.py
plai/modules/py_importer.py
plai/parser/__init__.py
plai/parser/grammar.py
plai/parser/parser.py
plai/parser/transformer.py
tests/__init__.py
tests/conftest.py
tests/test_environment.py
tests/test_evaluation.py
tests/test_grammar.py
tests/test_modules.py
tests/test_validation.py