AUTHORS.md
CONTRIBUTING.md
HISTORY.md
LICENSE
MANIFEST.in
README.md
setup.cfg
setup.py
docs/actions.md
docs/conflicts.md
docs/debugging.md
docs/disambiguation.md
docs/getting_started.md
docs/glr.md
docs/grammar.md
docs/index.md
docs/parse_trees.md
docs/parser.md
docs/pglr.md
docs/recognizers.md
docs/recovery.md
docs/about/CONTRIBUTING.md
docs/about/LICENSE.md
docs/images/calc.pg.dot.png
docs/images/calc_trace.dot.png
docs/images/parglare-logo.png
parglare/__init__.py
parglare/actions.py
parglare/cli.py
parglare/closure.py
parglare/errors.py
parglare/exceptions.py
parglare/export.py
parglare/glr.py
parglare/grammar.py
parglare/parser.py
parglare/tables.py
parglare.egg-info/PKG-INFO
parglare.egg-info/not-zip-safe
tests/func/__init__.py
tests/func/calc.pg
tests/func/calc_actions.py
tests/func/expression_grammar.py
tests/func/expression_grammar_numbers.py
tests/func/test_actions.py
tests/func/test_common_actions.py
tests/func/test_common_errors.py
tests/func/test_error_recovery.py
tests/func/test_examples.py
tests/func/test_export.py
tests/func/test_glr_error_recovery.py
tests/func/test_glr_parsing.py
tests/func/test_grammar.py
tests/func/test_layout.py
tests/func/test_lexical_disambiguation.py
tests/func/test_load_from_file.py
tests/func/test_parse_context.py
tests/func/test_parse_list_of_objects.py
tests/func/test_parser_construction.py
tests/func/test_parsing.py
tests/func/test_parsing_errors.py
tests/func/test_special_grammars.py
tests/func/test_terminals.py
tests/func/test_tree_str.py
tests/func/test_whitespaces.py
tests/perf/profile_glr.sh
tests/perf/profile_lr.sh
tests/perf/rhapsody.pg
tests/perf/rhtest.py
tests/perf/run_all_py2.sh
tests/perf/run_all_py3.sh
tests/perf/run_memory.sh
tests/perf/run_speed.sh
tests/perf/speed_test.py
tests/perf/test_memory_glr.py
tests/perf/test_memory_lr.py
tests/perf/test_speed_glr.py
tests/perf/test_speed_lr.py
tests/perf/test_inputs/LightSwitch.rpy
tests/perf/test_inputs/LightSwitchDouble.rpy