This repo contains code to mirror other repos. It also contains the code that is getting mirrored.
Du kannst nicht mehr als 25 Themen auswählen Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.
Erez Shinan 4a7a66d773 .lark (preparing) vor 6 Jahren
..
grammars BUGFIX: SIGNED_FLOAT matched an int... (Issue #84) vor 6 Jahren
parsers example driven parser errors vor 6 Jahren
tools Significant reduction in memory consumption (Saving only parse-table instead of analysis instance) vor 6 Jahren
__init__.py Version bump vor 6 Jahren
common.py Corrections to PR and added get_context vor 6 Jahren
grammar.py More refactoring, untangling grammar compilation and parse-tree creation vor 6 Jahren
indenter.py Standalone tools now supports postlex vor 6 Jahren
lark.py .lark (preparing) vor 6 Jahren
lexer.py BUGIX in lexer: Embedding strings overwrote priority (Issue #121) vor 6 Jahren
load_grammar.py Improved Lark's error reporting for grammar syntax errors (Based on PR #129) vor 6 Jahren
parse_tree_builder.py Fixed bug in Earley: A tree builder optimization clashed with explicit ambiguity vor 6 Jahren
parser_frontends.py Significant reduction in memory consumption (Saving only parse-table instead of analysis instance) vor 6 Jahren
reconstruct.py Refactoring and bugfixes in reconstruct.py vor 6 Jahren
tree.py interpreter: default behavior changed to return the values instead of discarding them, added test showcasing the behavior vor 6 Jahren
utils.py Allow functools partials to be used with the InlineTransformer vor 6 Jahren