0
I Use This!
Activity Not Available

Commits : Listings

Analyzed about 1 year ago. based on code collected about 1 year ago.
Jan 19, 2023 — Jan 19, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Version bump More... about 7 years ago
Updated README to mention standalone More... about 7 years ago
Standalone: Significantly reduced generated code size More... about 7 years ago
Standalone tools now supports postlex More... about 7 years ago
Corrections to the standalone tool More... about 7 years ago
Stand-alone tool working for LALR+traditional lexer (first commit) More... about 7 years ago
More refactoring towards standalone More... about 7 years ago
More refactoring, untangling grammar compilation and parse-tree creation More... about 7 years ago
Update README.md More... about 7 years ago
Updated README More... about 7 years ago
Merge CYK parser. More... about 7 years ago
Minor refactoring for the standalone tool (in progress) More... about 7 years ago
Improved grammar validation and refactored the lexers More... about 7 years ago
Post-refactor cleanup More... about 7 years ago
Big Refactor: Grammars now build in half the time. Code shorter & cleaner. More... about 7 years ago
Refactoring for LALR, added the ParseTable class More... about 7 years ago
BUGFIX: Create unless returned duplicate tokens (Issue #56) More... about 7 years ago
Version bump More... about 7 years ago
BUGFIX: 'python setup.py test' now works. More... about 7 years ago
Version 0.5.0 is out with lots of improvements More... about 7 years ago
Example JSON parser is now LALR More... about 7 years ago
Merge branch 'cleaner_lalr' More... about 7 years ago
Cleaned up the LALR(1) parser More... about 7 years ago
Merge pull request #51 from kevinlatimer/master More... about 7 years ago
Bug fixes to Transformer_NoRecurse More... about 7 years ago
Bug fix for Discard and make the syntax more pythonic More... about 7 years ago
Merge branch 'master' of https://github.com/erezsh/lark More... about 7 years ago
Add delete functionality More... about 7 years ago
BUGFIX: Mishandling of quotes (Issue #50) More... about 7 years ago
BUGFIX: tree-less transformer may hang for empty values (Issue #49) More... about 7 years ago