AUTHORS.md
CHANGELOG.md
CONTRIBUTING.md
LICENSE
MANIFEST.in
README.rst
setup.cfg
setup.py
docs/actions.md
docs/common.md
docs/debugging.md
docs/disambiguation.md
docs/getting_started.md
docs/glr.md
docs/grammar.md
docs/grammar_language.md
docs/grammar_modularization.md
docs/handling_errors.md
docs/index.md
docs/lr_parsing.md
docs/parse_trees.md
docs/parser.md
docs/pglr.md
docs/recognizers.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/common.py
parglare/exceptions.py
parglare/export.py
parglare/glr.py
parglare/grammar.py
parglare/parser.py
parglare/six.py
parglare/termui.py
parglare.egg-info/PKG-INFO
parglare.egg-info/not-zip-safe
parglare/tables/__init__.py
parglare/tables/persist.py
tests/func/__init__.py
tests/func/test_common_errors.py
tests/func/test_examples.py
tests/func/test_export.py
tests/func/actions/__init__.py
tests/func/actions/test_actions.py
tests/func/actions/test_builtin_actions.py
tests/func/actions/collector/grammar.pg
tests/func/actions/collector/grammar.pgt
tests/func/actions/collector/test_actions_get_collector.py
tests/func/grammar/__init__.py
tests/func/grammar/calc.pg
tests/func/grammar/calc.pgt
tests/func/grammar/calcactions.py
tests/func/grammar/expression_grammar.py
tests/func/grammar/expression_grammar_numbers.py
tests/func/grammar/test_grammar.py
tests/func/grammar/test_keywords.py
tests/func/grammar/test_layout.py
tests/func/grammar/test_load_from_file.py
tests/func/grammar/test_meta_data.py
tests/func/grammar/test_repeatable.py
tests/func/grammar/test_special_grammars.py
tests/func/grammar/test_terminals.py
tests/func/grammar/test_whitespaces.py
tests/func/import/basic/first.pg
tests/func/import/basic/second.pg
tests/func/import/basic/test_import.py
tests/func/import/basic/submodule/third.pg
tests/func/import/diamond/base.pg
tests/func/import/diamond/components.pg
tests/func/import/diamond/model.pg
tests/func/import/diamond/model.pgt
tests/func/import/diamond/modules.pg
tests/func/import/diamond/packages.pg
tests/func/import/diamond/test_diamond.py
tests/func/import/fqn/A.pg
tests/func/import/fqn/B.pg
tests/func/import/fqn/C.pg
tests/func/import/fqn/D.pg
tests/func/import/fqn/test_fqn.py
tests/func/import/imported_actions/test_imported_actions.py
tests/func/import/imported_actions/by_action_name/base.pg
tests/func/import/imported_actions/by_action_name/base_actions.py
tests/func/import/imported_actions/by_action_name/components.pg
tests/func/import/imported_actions/by_action_name/model.pg
tests/func/import/imported_actions/by_action_name/model.pgt
tests/func/import/imported_actions/by_decorator_action_name/base.pg
tests/func/import/imported_actions/by_decorator_action_name/base_actions.py
tests/func/import/imported_actions/by_decorator_action_name/components.pg
tests/func/import/imported_actions/by_decorator_action_name/model.pg
tests/func/import/imported_actions/by_decorator_action_name/model.pgt
tests/func/import/imported_actions/by_symbol_name/base.pg
tests/func/import/imported_actions/by_symbol_name/base_actions.py
tests/func/import/imported_actions/by_symbol_name/components.pg
tests/func/import/imported_actions/by_symbol_name/model.pg
tests/func/import/imported_actions/by_symbol_name/model.pgt
tests/func/import/imported_actions/in_grammar_by_action_name/base.pg
tests/func/import/imported_actions/in_grammar_by_action_name/base_actions.py
tests/func/import/imported_actions/in_grammar_by_action_name/components.pg
tests/func/import/imported_actions/in_grammar_by_action_name/model.pg
tests/func/import/imported_actions/in_grammar_by_action_name/model.pgt
tests/func/import/imported_actions/in_grammar_by_action_name/model_actions.py
tests/func/import/imported_actions/in_grammar_by_symbol_name/base.pg
tests/func/import/imported_actions/in_grammar_by_symbol_name/base_actions.py
tests/func/import/imported_actions/in_grammar_by_symbol_name/components.pg
tests/func/import/imported_actions/in_grammar_by_symbol_name/model.pg
tests/func/import/imported_actions/in_grammar_by_symbol_name/model.pgt
tests/func/import/imported_actions/in_grammar_by_symbol_name/model_actions.py
tests/func/import/imported_recognizers/__init__.py
tests/func/import/imported_recognizers/base.pg
tests/func/import/imported_recognizers/base_recognizers.py
tests/func/import/imported_recognizers/components.pg
tests/func/import/imported_recognizers/model.pg
tests/func/import/imported_recognizers/model.pgt
tests/func/import/imported_recognizers/model_override.pg
tests/func/import/imported_recognizers/model_override_recognizers.py
tests/func/import/imported_recognizers/test_imported_recognizers.py
tests/func/import/recursion/base.pg
tests/func/import/recursion/components.pg
tests/func/import/recursion/model.pg
tests/func/import/recursion/model.pgt
tests/func/import/recursion/modules.pg
tests/func/import/recursion/packages.pg
tests/func/import/recursion/test_recursion.py
tests/func/parsing/__init__.py
tests/func/parsing/test_build_tree.py
tests/func/parsing/test_conflicts.py
tests/func/parsing/test_dynamic_disambiguation_filters.py
tests/func/parsing/test_error_recovery.py
tests/func/parsing/test_glr_error_recovery.py
tests/func/parsing/test_glr_parsing.py
tests/func/parsing/test_lexical_disambiguation.py
tests/func/parsing/test_objects.py
tests/func/parsing/test_parse_context.py
tests/func/parsing/test_parser_construction.py
tests/func/parsing/test_parsing.py
tests/func/parsing/test_parsing_errors.py
tests/func/parsing/test_tree_str.py
tests/func/persistence/calc_with_actions/calc.pg
tests/func/persistence/calc_with_actions/calc.pgt
tests/func/persistence/calc_with_actions/calc_actions.py
tests/func/persistence/calc_with_actions/test_table_persistance.py
tests/func/persistence/calc_with_actions/variable.pg
tests/func/persistence/compare_table/base.pg
tests/func/persistence/compare_table/components.pg
tests/func/persistence/compare_table/model.pg
tests/func/persistence/compare_table/model.pgt
tests/func/persistence/compare_table/model_compare.pgt
tests/func/persistence/compare_table/modules.pg
tests/func/persistence/compare_table/packages.pg
tests/func/persistence/compare_table/test_compare_table.py
tests/func/pglr/__init__.py
tests/func/pglr/grammar.pg
tests/func/pglr/grammar.pgt
tests/func/pglr/test_pglr.py
tests/func/recognizers/__init__.py
tests/func/recognizers/test_recognizer_context.py
tests/func/recognizers/test_recognizers.py
tests/func/recognizers/collector/grammar.pg
tests/func/recognizers/collector/grammar.pgt
tests/func/recognizers/collector/test_recognizers_get_collector.py
tests/func/regressions/test_glr_list_building_bug.py
tests/func/regressions/test_issue31_glr_drop_parses_on_lexical_ambiguity.py
tests/func/regressions/test_issue32.py
tests/func/regressions/test_issue_22_wrong_associativity_behaviour.py
tests/func/regressions/test_issue_23_multiple_rules_with_assignments.py
tests/func/regressions/test_issue_54_collector_unicode.py
tests/func/regressions/test_regex_alternative_match_bug.py
tests/func/regressions/test_terminal_exists_noerror_on_terminal_definition_before.py
tests/func/regressions/issue38/names.pg
tests/func/regressions/issue38/names.pgt
tests/func/regressions/issue38/test_issue_38_unicode_py2.py
tests/func/regressions/issue52/grammar.pg
tests/func/regressions/issue52/grammar.pgt
tests/func/regressions/issue52/test_issue52_table_caching.py
tests/func/regressions/issue97/first.pg
tests/func/regressions/issue97/first.pgt
tests/func/regressions/issue97/second.pg
tests/func/regressions/issue97/test_issue97.py
tests/func/regressions/test_recognizer_nonexisting_terminal/grammar.pg
tests/func/regressions/test_recognizer_nonexisting_terminal/grammar_recognizers.py
tests/func/regressions/test_recognizer_nonexisting_terminal/test_recognizer_nonexisting_terminal.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