This repo contains code to mirror other repos. It also contains the code that is getting mirrored.
Não pode escolher mais do que 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
Ramon Klass f5550b3040 Implemented a new visitor class (Interpreter) that works top-down (PR #130) há 6 anos
..
grammars BUGFIX: SIGNED_FLOAT matched an int... (Issue #84) há 6 anos
parsers example driven parser errors há 6 anos
tools Significant reduction in memory consumption (Saving only parse-table instead of analysis instance) há 6 anos
__init__.py Version bump há 6 anos
common.py Corrections to PR and added get_context há 6 anos
grammar.py More refactoring, untangling grammar compilation and parse-tree creation há 6 anos
indenter.py Standalone tools now supports postlex há 6 anos
lark.py Fixed bug in Earley: A tree builder optimization clashed with explicit ambiguity há 6 anos
lexer.py Fix order of members when pickling Token há 6 anos
load_grammar.py Improved Lark's error reporting for grammar syntax errors (Based on PR #129) há 6 anos
parse_tree_builder.py Fixed bug in Earley: A tree builder optimization clashed with explicit ambiguity há 6 anos
parser_frontends.py Significant reduction in memory consumption (Saving only parse-table instead of analysis instance) há 6 anos
reconstruct.py Refactoring and bugfixes in reconstruct.py há 6 anos
tree.py Implemented a new visitor class (Interpreter) that works top-down (PR #130) há 6 anos
utils.py Allow functools partials to be used with the InlineTransformer há 6 anos