753 Commits (ed3c131ca8b58aa976ec9e2401493acdd3c30b85)
 

Author SHA1 Message Date
  Erez Sh 4de71293e5 More cleanup 5 years ago
  Erez Sh 57a602758d Merged part of Earley & XEarley implementation. Major reduction 5 years ago
  Erez Shinan 65d3212bed Temporarily disable leo transitives 5 years ago
  Erez Shinan d4f069588d Improved docs 5 years ago
  Erez Shinan 8e7c05a8f6 Added VisitError for transformers 5 years ago
  Erez Shinan 00510edee6 Added a nicer error for duplicate rules 5 years ago
  night199uk 80a09697fe Rebuild the way Earley prioritizes ambiguities 5 years ago
  Erez Shinan beb1ff364b
Merge pull request #297 from evandrocoan/tox_postargs_option 5 years ago
  evandrocoan 8b77c89ff2 Added tox.ini posargs option, you can pass arguments to unit tests 5 years ago
  Erez Shinan 4cba8f87ae
Merge pull request #294 from evandrocoan/add_tox_to_gitignore 5 years ago
  Erez Shinan 14c83ec9e5
Merge pull request #295 from evandrocoan/fix_misspelling 5 years ago
  night199uk a543eeb162 Fix assert on empty options for a Rule 5 years ago
  night199uk 64992aa49c Fix a performance regression on Rules related to empties 5 years ago
  evandrocoan 6c013b9a1d Fix misspelling on lark/lark.py documentation 5 years ago
  evandrocoan d5cf6b1ef1 Added .tox to .gitignore (to use tox locally) 5 years ago
  night199uk 80964e903b Simplify the way we create Leo sets 5 years ago
  night199uk d74781605d Fix Ambiguous Expander problems with nested ambiguities 5 years ago
  night199uk ea536820a5 Fix propogate positions for Earley 5 years ago
  night199uk 72118eaf8c Disable some debug that crept in 5 years ago
  night199uk 1f5abfc937 Fix Propagate Positions 5 years ago
  Erez Shinan 085eba3b8e Merge branch 'master' into 0.7c 5 years ago
  Erez Shinan 534114309f
Merge pull request #293 from evandrocoan/trimmed_whitespaces 5 years ago
  evandrocoan 48351c3d3e Trimmed whitespaces and ensured a new line on the end of the file 5 years ago
  Erez Shinan 467483553b Fixed placeholder code, should work as expected (Issue #285) 5 years ago
  Erez Shinan adb30180aa maybe_placeholder now doesn't apply to anonymous terminals 5 years ago
  Erez Shinan 641fec43ce @v_args at function level now takes precedent over class level 5 years ago
  Erez Shinan 222df5bab4 New Feature: Added maybe_placeholders option (Issue #285) 5 years ago
  Erez Shinan 2abfcd6c51
Merge pull request #292 from Haski-server/patch-1 5 years ago
  Haski-server c2a5f09ad5
number add BIN_NUMBER 5 years ago
  Erez Shinan 76e185a36c Added the Forest interface for explicit ambiguity 5 years ago
  Erez Shinan c968e212ff Added Chris' changes, Dec 2018 5 years ago
  Erez Shinan 870a7611cb
Merge pull request #290 from night199uk/0.7b-joop 5 years ago
  night199uk 04d90fa916 Implement Joop Leo's optimizations for right recursion performance 5 years ago
  night199uk 637f121109 Cleanup unused Derivation 5 years ago
  night199uk 8fa8ac36fc Remove Earley Column 5 years ago
  night199uk 8415fa26a3 Add a pydot visualizer for the SPPF. 5 years ago
  night199uk bb22c84df3 Speed up repetitive parsing using the same parser 5 years ago
  Erez Shinan 7a3ba694c8 Updated .gitignore to exclude *.pyo 5 years ago
  Erez Shinan 6290b1647d Lark now works under Python -OO (Issue #283) 5 years ago
  Erez Shinan 5c68bf677a Implement eq/hash for Rule (Issue #278) 5 years ago
  Erez Shinan c172653ea6 Fix issue with propagate_positions 5 years ago
  Erez Shinan b2489e13e2 A few fixes (tests + interface) 5 years ago
  Erez Shinan 0077366255 Earley now ignores infinite recursion 5 years ago
  Erez Shinan 0935543280 Fix issue with propagate_positions 5 years ago
  Erez Shinan 74fc559ea5 Reconstructor fixes 5 years ago
  Jan Rydzewski 5aa648dfd1
Merge branch 'master' into refactor 5 years ago
  Erez Shinan 149f7cec1f BUGFIX: Importing the same grammar twice could lead to unexpected behavior (Issue #268) 5 years ago
  Erez Shinan 3900081684
Merge pull request #270 from midnio/patch-2 5 years ago
  Muhammed Alkan ed95ce28bc
Fix typo 5 years ago
  Erez Shinan 383db31183 Fix in Earley forest for non-string tokens. 5 years ago