This repo contains code to mirror other repos. It also contains the code that is getting mirrored.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Erez Shinan 9e71f5a045 Added indentation support (for python-like languages) 9 years ago
..
__init__.py Lark big first commit. Examples working. 9 years ago
earley.py Earley & Lalr both working an generating AST. Examples now use inline_args 9 years ago
grammar_analysis.py Now supports empty rules. Added some tests. All tests passing. 9 years ago
indenter.py Added indentation support (for python-like languages) 9 years ago
lark.py Added indentation support (for python-like languages) 9 years ago
lexer.py Added indentation support (for python-like languages) 9 years ago
load_grammar.py Now supports empty rules. Added some tests. All tests passing. 9 years ago
parser.py Added indentation support (for python-like languages) 9 years ago
tree.py Now supports empty rules. Added some tests. All tests passing. 9 years ago
utils.py Earley & Lalr both working an generating AST. Examples now use inline_args 9 years ago