AUTHORS
ChangeLog
LICENSE
Pipfile
README.md
requirements-dev.txt
requirements.txt
setup.cfg
setup.py
tox.ini
PyShExC.egg-info/PKG-INFO
PyShExC.egg-info/SOURCES.txt
PyShExC.egg-info/dependency_links.txt
PyShExC.egg-info/not-zip-safe
PyShExC.egg-info/pbr.json
PyShExC.egg-info/requires.txt
PyShExC.egg-info/top_level.txt
pyshexc/ShExC.py
pyshexc/__init__.py
pyshexc/parser/ShExDoc.interp
pyshexc/parser/ShExDoc.tokens
pyshexc/parser/ShExDocLexer.interp
pyshexc/parser/ShExDocLexer.py
pyshexc/parser/ShExDocLexer.tokens
pyshexc/parser/ShExDocParser.py
pyshexc/parser/ShExDocVisitor.py
pyshexc/parser/__init__.py
pyshexc/parser_impl/__init__.py
pyshexc/parser_impl/generate_shexj.py
pyshexc/parser_impl/parser_context.py
pyshexc/parser_impl/shex_annotations_and_semacts_parser.py
pyshexc/parser_impl/shex_doc_parser.py
pyshexc/parser_impl/shex_node_expression_parser.py
pyshexc/parser_impl/shex_oneofshape_parser.py
pyshexc/parser_impl/shex_shape_definition_parser.py
pyshexc/parser_impl/shex_shape_expression_parser.py
pyshexc/rdflib/__init__.py
pyshexc/rdflib/contextcache.py
scripts/README.md
scripts/genpython.sh
scripts/shexc_to_shexj
tests/README.md
tests/__init__.py
tests/test_basic_import.py
tests/test_basic_parser.py
tests/test_issue_2.py
tests/test_issue_9.py
tests/test_language_valueset.py
tests/test_onshapeexpression.py
tests/test_rdflib_parser_issue.py
tests/test_restricts_extends.py
tests/test_shexc.py
tests/test_shexc_basics.py
tests/test_shexr.py
tests/test_single_reference.py
tests/test_spanning_pnchars_shex.py
tests/data/1literalPattern_with_all_punctuation.ttl
tests/data/1refbnode_with_spanning_PN_CHARS_BASE1.shex
tests/data/observation.shex
tests/jsonld/shex.jsonld
tests/utils/__init__.py
tests/utils/build_test_harness.py
tests/utils/simple_shex_test.py