LICENSE
README.md
pyproject.toml
setup.py
celparser/__init__.py
celparser/ast.py
celparser/errors.py
celparser/evaluator.py
celparser/lexer.py
celparser/parser.py
celparser.egg-info/PKG-INFO
celparser.egg-info/SOURCES.txt
celparser.egg-info/dependency_links.txt
celparser.egg-info/requires.txt
celparser.egg-info/top_level.txt
tests/__init__.py
tests/test_evaluator.py
tests/test_lexer.py
tests/test_parser.py