This repo contains code to mirror other repos. It also contains the code that is getting mirrored.
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
 
 
Erez Shinan d173d6d66b Validate against zero-width terminals in XEarley (Issue #63) 6 年前
..
grammars Minor fixes in lexer 6 年前
parsers More refactoring towards standalone 6 年前
tools Standalone: Significantly reduced generated code size 6 年前
__init__.py Version bump 6 年前
common.py Better error message for bad regexps (Issue #62) 6 年前
grammar.py More refactoring, untangling grammar compilation and parse-tree creation 6 年前
indenter.py Standalone tools now supports postlex 6 年前
lark.py More refactoring towards standalone 6 年前
lexer.py Minor fixes in lexer 6 年前
load_grammar.py BUGFIX: Internally repetitive rules are now handled silently (Issue #60) 6 年前
parse_tree_builder.py Stand-alone tool working for LALR+traditional lexer (first commit) 6 年前
parser_frontends.py Validate against zero-width terminals in XEarley (Issue #63) 6 年前
reconstruct.py Earley now uses dynamic lexer by default. Bump to version 0.3.0 7 年前
tree.py Stand-alone tool working for LALR+traditional lexer (first commit) 6 年前
utils.py Better error message for bad regexps (Issue #62) 6 年前