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.
evandrocoan 48351c3d3e Trimmed whitespaces and ensured a new line on the end of the file 6 years ago
..
grammars Merge branch 'master' of https://github.com/lark-parser/lark into file-ext-change 6 years ago
parsers Fix LALR shift/reduce warnings when debug=True (Issue #258) 6 years ago
tools Updated mention of GPL for standalone tool (Issue #247) 6 years ago
__init__.py Version bump 6 years ago
common.py Small refactoring in standalone 6 years ago
exceptions.py Slightly better error message (UnexpectedToken) 6 years ago
grammar.py New Feature: Added maybe_placeholders option (Issue #285) 6 years ago
indenter.py Standalone tools now supports postlex 7 years ago
lark.py New Feature: Added maybe_placeholders option (Issue #285) 6 years ago
lexer.py Refactored lexer + tiny bugfix 6 years ago
load_grammar.py Trimmed whitespaces and ensured a new line on the end of the file 6 years ago
parse_tree_builder.py Fixed placeholder code, should work as expected (Issue #285) 6 years ago
parser_frontends.py Fix LALR shift/reduce warnings when debug=True (Issue #258) 6 years ago
reconstruct.py Trimmed whitespaces and ensured a new line on the end of the file 6 years ago
tree.py Tree walk tests 6 years ago
utils.py Refactoring around terminals / tokens 6 years ago
visitors.py @v_args at function level now takes precedent over class level 6 years ago