This repo contains code to mirror other repos. It also contains the code that is getting mirrored.
Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
Erez Shinan e7445a11ae Added a docs/reference 7 лет назад
..
parsers Fixed bug in lalr parser. Now testing both lalr & earley in test_parser 7 лет назад
tests Improved lexer, added profiler option to Lark 7 лет назад
__init__.py Improved lexer, added profiler option to Lark 7 лет назад
common.py A little order and refactoring 7 лет назад
indenter.py Added indentation support (for python-like languages) 7 лет назад
lark.py Added a docs/reference 7 лет назад
lexer.py Improved lexer, added profiler option to Lark 7 лет назад
load_grammar.py Added a few anon-token names 7 лет назад
parse_tree_builder.py Optimized the tree builder, and updated docs 7 лет назад
parser_frontends.py Fixed bug in lalr parser. Now testing both lalr & earley in test_parser 7 лет назад
tree.py A little order and refactoring 7 лет назад
utils.py Now supports Python3! 7 лет назад