.gitignore
.noseids
CHANGES.txt
CONTRIBUTING.md
Introduction.md
LICENSE.txt
MANIFEST.in
README.md
build_cython-modules.bat
build_cython-modules.sh
buildpackages.bat
buildpackages.sh
dhparser.py
setup.cfg
setup.py
upload.sh
upload_test.sh
DHParser/__init__.py
DHParser/compile.py
DHParser/dsl.py
DHParser/ebnf.py
DHParser/error.py
DHParser/foreign_typing.LICENSE
DHParser/foreign_typing.py
DHParser/log.py
DHParser/parse.py
DHParser/preprocess.py
DHParser/stringview.c
DHParser/stringview.pxd
DHParser/stringview.py
DHParser/syntaxtree.py
DHParser/testing.py
DHParser/toolkit.py
DHParser/transform.py
DHParser/versionnumber.py
DHParser.egg-info/PKG-INFO
DHParser.egg-info/SOURCES.txt
DHParser.egg-info/dependency_links.txt
DHParser.egg-info/entry_points.txt
DHParser.egg-info/top_level.txt
DHParser/VERALTET/cstringview.pyx
DHParser/VERALTET/foreign_cython.py
DHParser/VERALTET/transformation_factory.py
DevScripts/Readme-DevScripts.md
DevScripts/collect_symbols.py
DevScripts/create_standalone.py
DevScripts/test_stringview_performance.py
documentation/Makefile
documentation/ModuleReference.rst
documentation/ReferenceManual.rst
documentation/StepByStepGuide.rst
documentation/UserGuide.rst
documentation/conf.py
documentation/index.rst
documentation/make.bat
documentation/parsing_history.png
examples/BibTeX/BibTeX.ebnf
examples/BibTeX/BibTeXCompiler.py
examples/BibTeX/tst_BibTeX_grammar.py
examples/BibTeX/grammar_tests/00_test_regexes.ini
examples/BibTeX/grammar_tests/01_test_entry.ini
examples/BibTeX/grammar_tests/REPORT/00_test_regexes.md
examples/BibTeX/grammar_tests/REPORT/01_test_entry.md
examples/BibTeX/testdata/bibliography.bib
examples/EBNF/EBNF.ebnf
examples/EBNF/EBNFCompiler.py
examples/EBNF/recompile_grammar.py
examples/Tutorial/Lyrik.ebnf
examples/Tutorial/LyrikCompiler_example.py
examples/Tutorial/Lyrisches_Intermezzo_IV.txt
examples/Tutorial/Lyrisches_Intermezzo_IV.xml
examples/Tutorial/recompile_grammar.py
examples/XML/README.md
examples/XML/XML.ebnf
examples/XML/XMLCompiler.py
examples/XML/example.xml
examples/XML/tst_XML_grammar.py
examples/XML/docs/Extensible Markup Language (XML) 1.0 (Fifth Edition).html
examples/XML/docs/Extensible Markup Language (XML) 1.0 (Fifth Edition)-Dateien/W3C-REC.css
examples/XML/docs/Extensible Markup Language (XML) 1.0 (Fifth Edition)-Dateien/fixup.js
examples/XML/docs/Extensible Markup Language (XML) 1.0 (Fifth Edition)-Dateien/w3c_home.png
examples/XML/grammar_tests/99_test_document.ini
examples/XMLSnippet/README.md
examples/XMLSnippet/XMLSnippet.ebnf
examples/XMLSnippet/example.dsl
examples/XMLSnippet/tst_XMLSnippet_grammar.py
examples/XMLSnippet/grammar_tests/01_test_word.ini
examples/XMLSnippet/grammar_tests/02_test_document.ini
test/re_slow_testcase.py
test/run.py
test/test_compile.py
test/test_dhparser.py
test/test_dsl.py
test/test_ebnf.py
test/test_error.py
test/test_parse.py
test/test_preprocess.py
test/test_stringview.py
test/test_syntaxtree.py
test/test_testing.py
test/test_toolkit.py
test/test_transform.py