This repo contains code to mirror other repos. It also contains the code that is getting mirrored.
Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.
Ramon Klass f5550b3040 Implemented a new visitor class (Interpreter) that works top-down (PR #130) pirms 6 gadiem
..
grammars BUGFIX: SIGNED_FLOAT matched an int... (Issue #84) pirms 6 gadiem
parsers example driven parser errors pirms 6 gadiem
tools Significant reduction in memory consumption (Saving only parse-table instead of analysis instance) pirms 6 gadiem
__init__.py Version bump pirms 6 gadiem
common.py Corrections to PR and added get_context pirms 6 gadiem
grammar.py More refactoring, untangling grammar compilation and parse-tree creation pirms 6 gadiem
indenter.py Standalone tools now supports postlex pirms 6 gadiem
lark.py Fixed bug in Earley: A tree builder optimization clashed with explicit ambiguity pirms 6 gadiem
lexer.py Fix order of members when pickling Token pirms 6 gadiem
load_grammar.py Improved Lark's error reporting for grammar syntax errors (Based on PR #129) pirms 6 gadiem
parse_tree_builder.py Fixed bug in Earley: A tree builder optimization clashed with explicit ambiguity pirms 6 gadiem
parser_frontends.py Significant reduction in memory consumption (Saving only parse-table instead of analysis instance) pirms 6 gadiem
reconstruct.py Refactoring and bugfixes in reconstruct.py pirms 6 gadiem
tree.py Implemented a new visitor class (Interpreter) that works top-down (PR #130) pirms 6 gadiem
utils.py Allow functools partials to be used with the InlineTransformer pirms 6 gadiem