This repo contains code to mirror other repos. It also contains the code that is getting mirrored.
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
Erez Shinan 327cca8c00 Added 'considered_rules' to exceptions, to help users debug il y a 6 ans
..
grammars BUGFIX: SIGNED_FLOAT matched an int... (Issue #84) il y a 6 ans
parsers Added 'considered_rules' to exceptions, to help users debug il y a 6 ans
tools Style fixes il y a 6 ans
__init__.py added UnexpectedToken to __init__ for help unit testing il y a 6 ans
common.py Added 'considered_rules' to exceptions, to help users debug il y a 6 ans
grammar.py More refactoring, untangling grammar compilation and parse-tree creation il y a 6 ans
indenter.py Standalone tools now supports postlex il y a 6 ans
lark.py Fixed propagate positions. Added lexer_callbacks option. il y a 6 ans
lexer.py Added 'considered_rules' to exceptions, to help users debug il y a 6 ans
load_grammar.py FEATURE: Added support for ranged-repeat for rules and terminals (Issues #75, #19) il y a 6 ans
parse_tree_builder.py BUGFIX: Non-linearity in tree construction, causing performance issues for large inputs (Issue #94) il y a 6 ans
parser_frontends.py BUGFIX: Undefined symbols (Issue #87) il y a 6 ans
reconstruct.py Refactoring and bugfixes in reconstruct.py il y a 6 ans
tree.py BUGFIX: Non-linearity in tree construction, causing performance issues for large inputs (Issue #94) il y a 6 ans
utils.py Better error message for bad regexps (Issue #62) il y a 6 ans