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 2d04acf227 Version 0.5.0 is out with lots of improvements vor 6 Jahren
..
grammars Improved README vor 7 Jahren
parsers Cleaned up the LALR(1) parser vor 6 Jahren
tools Added support for all RE flags. vor 6 Jahren
__init__.py Version 0.5.0 is out with lots of improvements vor 6 Jahren
common.py Cleaned up the LALR(1) parser vor 6 Jahren
indenter.py Pylint vor 7 Jahren
lark.py BUGFIX in xearley + Feature: earley__predict_all vor 6 Jahren
lexer.py BUGFIX: Tokens of different type were equal, causing disambiguation errors (Issue #21) vor 6 Jahren
load_grammar.py BUGFIX: Mishandling of quotes (Issue #50) vor 6 Jahren
parse_tree_builder.py Fixed tree-construction semantics: Alias now overrides the "?rule" operator vor 6 Jahren
parser_frontends.py BUGFIX in xearley + Feature: earley__predict_all vor 6 Jahren
reconstruct.py Earley now uses dynamic lexer by default. Bump to version 0.3.0 vor 7 Jahren
tree.py Bug fixes to Transformer_NoRecurse vor 6 Jahren
utils.py Added the experimental "propagate_positions" feature (only for standard lexer for now). vor 7 Jahren