.gitignore
.isort.cfg
.pylintrc
.readthedocs.yml
.travis.yml
LICENSE
MANIFEST.in
Makefile
README.rst
VERSION
default.nix
nixpkgs.json
release
requirements.txt
run-performance-tests
run-tests.sh
setup.cfg
setup.py
test-pypi-install
update-nixpkgs
nix/gprof2dot.nix
nix/pytest-profiling.nix
parsemon2.egg-info/PKG-INFO
parsemon2.egg-info/SOURCES.txt
parsemon2.egg-info/dependency_links.txt
parsemon2.egg-info/requires.txt
parsemon2.egg-info/top_level.txt
source/conf.py
source/index.rst
src/parsemon/__init__.py
src/parsemon/basic.py
src/parsemon/coroutine.py
src/parsemon/error.py
src/parsemon/internals.py
src/parsemon/json.py
src/parsemon/parser.py
src/parsemon/result.py
src/parsemon/sourcemap.py
src/parsemon/stream.py
src/parsemon/trampoline.py
src/parsemon/validator.py
src/parsemon/deque/__init__.py
src/parsemon/deque/custom_deque.py
src/parsemon/deque/empty.py
src/parsemon/deque/stack.py
tests/test_basic.py
tests/test_character_stream.py
tests/test_coroutine.py
tests/test_internals.py
tests/test_json.py
tests/test_parser.py
tests/test_performance.py
tests/test_performance_without_choice.py
tests/test_result.py
tests/test_sourcemap.py
tests/test_stack.py
tests/test_trampoline.py
tests/test_until.py
tests/test_validator.py