This repo contains code to mirror other repos. It also contains the code that is getting mirrored.
No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.
 
 
Ramon Klass f5550b3040 Implemented a new visitor class (Interpreter) that works top-down (PR #130) hace 6 años
..
grammars BUGFIX: SIGNED_FLOAT matched an int... (Issue #84) hace 6 años
parsers example driven parser errors hace 6 años
tools Significant reduction in memory consumption (Saving only parse-table instead of analysis instance) hace 6 años
__init__.py Version bump hace 6 años
common.py Corrections to PR and added get_context hace 6 años
grammar.py More refactoring, untangling grammar compilation and parse-tree creation hace 6 años
indenter.py Standalone tools now supports postlex hace 6 años
lark.py Fixed bug in Earley: A tree builder optimization clashed with explicit ambiguity hace 6 años
lexer.py Fix order of members when pickling Token hace 6 años
load_grammar.py Improved Lark's error reporting for grammar syntax errors (Based on PR #129) hace 6 años
parse_tree_builder.py Fixed bug in Earley: A tree builder optimization clashed with explicit ambiguity hace 6 años
parser_frontends.py Significant reduction in memory consumption (Saving only parse-table instead of analysis instance) hace 6 años
reconstruct.py Refactoring and bugfixes in reconstruct.py hace 6 años
tree.py Implemented a new visitor class (Interpreter) that works top-down (PR #130) hace 6 años
utils.py Allow functools partials to be used with the InlineTransformer hace 6 años