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.
 
 
Erez Shinan 327cca8c00 Added 'considered_rules' to exceptions, to help users debug hace 6 años
..
grammars BUGFIX: SIGNED_FLOAT matched an int... (Issue #84) hace 6 años
parsers Added 'considered_rules' to exceptions, to help users debug hace 6 años
tools Style fixes hace 6 años
__init__.py added UnexpectedToken to __init__ for help unit testing hace 6 años
common.py Added 'considered_rules' to exceptions, to help users debug 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 propagate positions. Added lexer_callbacks option. hace 6 años
lexer.py Added 'considered_rules' to exceptions, to help users debug hace 6 años
load_grammar.py FEATURE: Added support for ranged-repeat for rules and terminals (Issues #75, #19) hace 6 años
parse_tree_builder.py BUGFIX: Non-linearity in tree construction, causing performance issues for large inputs (Issue #94) hace 6 años
parser_frontends.py BUGFIX: Undefined symbols (Issue #87) hace 6 años
reconstruct.py Refactoring and bugfixes in reconstruct.py hace 6 años
tree.py BUGFIX: Non-linearity in tree construction, causing performance issues for large inputs (Issue #94) hace 6 años
utils.py Better error message for bad regexps (Issue #62) hace 6 años