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 b002ec47fb BUGFIX: Repeating subrules are now allowed (Issue #61) hace 6 años
..
grammars Minor fixes in lexer hace 6 años
parsers More refactoring towards standalone hace 6 años
tools Standalone: Significantly reduced generated code size hace 6 años
__init__.py Version bump hace 6 años
common.py Better error message for bad regexps (Issue #62) 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 More refactoring towards standalone hace 6 años
lexer.py Minor fixes in lexer hace 6 años
load_grammar.py BUGFIX: Repeating subrules are now allowed (Issue #61) hace 6 años
parse_tree_builder.py Stand-alone tool working for LALR+traditional lexer (first commit) hace 6 años
parser_frontends.py Validate against zero-width terminals in XEarley (Issue #63) hace 6 años
reconstruct.py Earley now uses dynamic lexer by default. Bump to version 0.3.0 hace 7 años
tree.py Stand-alone tool working for LALR+traditional lexer (first commit) hace 6 años
utils.py Better error message for bad regexps (Issue #62) hace 6 años