This repo contains code to mirror other repos. It also contains the code that is getting mirrored.
Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
 
 
Erez Shinan b002ec47fb BUGFIX: Repeating subrules are now allowed (Issue #61) před 6 roky
..
grammars Minor fixes in lexer před 6 roky
parsers More refactoring towards standalone před 6 roky
tools Standalone: Significantly reduced generated code size před 6 roky
__init__.py Version bump před 6 roky
common.py Better error message for bad regexps (Issue #62) před 6 roky
grammar.py More refactoring, untangling grammar compilation and parse-tree creation před 6 roky
indenter.py Standalone tools now supports postlex před 6 roky
lark.py More refactoring towards standalone před 6 roky
lexer.py Minor fixes in lexer před 6 roky
load_grammar.py BUGFIX: Repeating subrules are now allowed (Issue #61) před 6 roky
parse_tree_builder.py Stand-alone tool working for LALR+traditional lexer (first commit) před 6 roky
parser_frontends.py Validate against zero-width terminals in XEarley (Issue #63) před 6 roky
reconstruct.py Earley now uses dynamic lexer by default. Bump to version 0.3.0 před 7 roky
tree.py Stand-alone tool working for LALR+traditional lexer (first commit) před 6 roky
utils.py Better error message for bad regexps (Issue #62) před 6 roky