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.
Parker ce26c7cced
Use loops for flow control instead of catching exceptions
há 6 anos
..
grammars BUGFIX: SIGNED_FLOAT matched an int... (Issue #84) há 6 anos
parsers Use loops for flow control instead of catching exceptions há 6 anos
tools Style fixes há 6 anos
__init__.py Version bump há 6 anos
common.py Style fixes 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 propagate positions. Added lexer_callbacks option. há 6 anos
lexer.py Added more information in UnexpectedInput exception (Issue #78) há 6 anos
load_grammar.py FEATURE: Added support for ranged-repeat for rules and terminals (Issues #75, #19) há 6 anos
parse_tree_builder.py Fixed propagate positions. Added lexer_callbacks option. há 6 anos
parser_frontends.py BUGFIX: Undefined symbols (Issue #87) há 6 anos
reconstruct.py Refactoring and bugfixes in reconstruct.py há 6 anos
tree.py Fixed TypeError on pretty-printing tuples in tree há 6 anos
utils.py Better error message for bad regexps (Issue #62) há 6 anos