MANIFEST.in
license.txt
setup.py
SimpleParse.egg-info/PKG-INFO
SimpleParse.egg-info/SOURCES.txt
SimpleParse.egg-info/dependency_links.txt
SimpleParse.egg-info/top_level.txt
doc/common_problems.html
doc/index.html
doc/mxLicense.html
doc/processing_result_trees.html
doc/scanning_with_simpleparse.html
doc/simpleparse_grammars.html
doc/sitestyle.css
examples/__init__.py
examples/bad_declaration.py
examples/findlineset.py
examples/findliterals.py
examples/formatvrml.py
examples/jsonwcomments.py
examples/lisp.py
examples/prebuilt_call.py
examples/py_ebnf.py
examples/simpleexample.py
examples/simpleexample2_1.py
examples/simpleexample2_2.py
examples/simpleexample2_3.py
examples/transformation.py
examples/vrml.py
examples/vrml_erronfail.py
simpleparse/__init__.py
simpleparse/baseparser.py
simpleparse/boyermoore.py
simpleparse/dispatchprocessor.py
simpleparse/error.py
simpleparse/generator.py
simpleparse/objectgenerator.py
simpleparse/parser.py
simpleparse/printers.py
simpleparse/processor.py
simpleparse/simpleparsegrammar.py
simpleparse/common/__init__.py
simpleparse/common/calendar_names.py
simpleparse/common/chartypes.py
simpleparse/common/comments.py
simpleparse/common/iso_date.py
simpleparse/common/iso_date_loose.py
simpleparse/common/numbers.py
simpleparse/common/phonetics.py
simpleparse/common/strings.py
simpleparse/common/timezone_names.py
simpleparse/xmlparser/__init__.py
simpleparse/xmlparser/xml_parser.py
tests/__init__.py
tests/genericvalues.py
tests/test.py
tests/test_backup_on_subtable_failure.py
tests/test_common_chartypes.py
tests/test_common_comments.py
tests/test_common_iso_date.py
tests/test_common_numbers.py
tests/test_common_strings.py
tests/test_deep_nesting.py
tests/test_erroronfail.py
tests/test_grammar_speed.py
tests/test_grammarparser.py
tests/test_literal_speed.py
tests/test_literal_speed_gram.py
tests/test_objectgenerator.py
tests/test_optimisation.py
tests/test_printers.py
tests/test_printers_garbage.py
tests/test_seqgroup_speed.py
tests/test_simpleparsegrammar.py
tests/test_xml.py