README.md
setup.py
shrug_lang/__init__.py
shrug_lang/errors.py
shrug_lang/interpreter.py
shrug_lang/operators.py
shrug_lang/parser_state.py
shrug_lang/shrug_token.py
shrug_lang/token_parser.py
shrug_lang/tokenizer.py
shrug_lang.egg-info/PKG-INFO
shrug_lang.egg-info/SOURCES.txt
shrug_lang.egg-info/dependency_links.txt
shrug_lang.egg-info/entry_points.txt
shrug_lang.egg-info/requires.txt
shrug_lang.egg-info/top_level.txt
tests/__init__.py
tests/test_base_ops.py
tests/test_comp_ops.py
tests/test_cond_parsing.py
tests/test_math_ops.py
tests/test_token.py
tests/test_token_parser.py
tests/test_tokenizer.py
tests/utils.py