580 Commits (cf9c95343a024929372380ac9777ae089bc7da98)
 

Author SHA1 Message Date
  Erez Shinan cf9c95343a Merge branch 'tomyun-hex-escape' 6 years ago
  Erez Shinan 18c7022b0f Borrowed tokens now copy end_line/end_column too 6 years ago
  Erez Shinan 6b2df208c2 Fixed support for hex encoding (\xAA) 6 years ago
  Kyungdahm Yun 70d724732d Support hex escape (\xhh) in string literal 6 years ago
  Erez Shinan d1fea12aa5 Remove duplicates of empty rules (Issue #315) 6 years ago
  Erez Shinan 7ba0e05099 Improved docs (WIP) 6 years ago
  Erez Shinan 1b5f734c49 Bugfix: Callbacks now work for terminals with UnlessCallback (Issue #317) 6 years ago
  Erez Shinan b82aaa34c4 Improved documentation 6 years ago
  Erez Shinan 6a6dd97c52 VisitError now allows explicit access to previous exception (Issue #314) 6 years ago
  Erez Shinan 145d8a8e7c Don't compile unused terminals (mentioned in issue #309) 6 years ago
  Erez Shinan 12a0cbae0c Correction for commit b83bac4 (Issue #316) 6 years ago
  Erez Shinan 817881bb07 Docs: Fixup 6 years ago
  Erez Shinan 01c25dd0c8 Docs: Added instructions on how to run the examples 6 years ago
  Erez Shinan b83bac48bd BUGFIX: Indenter was in corrupt state when parse failed (Issue #316) 6 years ago
  Erez Shinan d2f55fe3ba BUGFIX: Fixed common.ESCAPED_STRING (Issue #309) 6 years ago
  Erez Shinan f8486a02b0 Minor cleanup 6 years ago
  Erez Shinan a1774cad72 Merge branch 'master' into 0.7d 6 years ago
  Erez Shinan 899f69a94b Temporarily silence test_earley3 and test_earley4 (priority in terminals) 6 years ago
  Erez Shinan 13ddc43782 Version bump 6 years ago
  Erez Shinan c4f8483c09 Small fix 6 years ago
  Erez Shinan 688c453456 Corrections 6 years ago
  Erez Shinan 989dd9c498 Merge branch 'master' into 0.7d 6 years ago
  Erez Shinan 8cc53379ec Merge branch 'Zac-HD-patch-1' 6 years ago
  Erez Shinan 225845b331 Fixed message 6 years ago
  Erez 727869efba Merge branch 'patch-1' of https://github.com/Zac-HD/lark into Zac-HD-patch-1 6 years ago
  Erez 608395cd4d Improved docs 6 years ago
  Erez Shinan 934a997f83 Clean up 6 years ago
  Erez Shinan 862a853340 More cleanup of Earley duplication 6 years ago
  Zac Hatfield-Dodds 23feacad05
Note non-standard JSON grammar in tutorial 6 years ago
  Erez Sh 4de71293e5 More cleanup 6 years ago
  Erez Sh 57a602758d Merged part of Earley & XEarley implementation. Major reduction 6 years ago
  Erez Shinan 65d3212bed Temporarily disable leo transitives 6 years ago
  Erez Shinan d4f069588d Improved docs 6 years ago
  Erez Shinan 8e7c05a8f6 Added VisitError for transformers 6 years ago
  Erez Shinan 00510edee6 Added a nicer error for duplicate rules 6 years ago
  night199uk 80a09697fe Rebuild the way Earley prioritizes ambiguities 6 years ago
  Erez Shinan beb1ff364b
Merge pull request #297 from evandrocoan/tox_postargs_option 6 years ago
  evandrocoan 8b77c89ff2 Added tox.ini posargs option, you can pass arguments to unit tests 6 years ago
  Erez Shinan 4cba8f87ae
Merge pull request #294 from evandrocoan/add_tox_to_gitignore 6 years ago
  Erez Shinan 14c83ec9e5
Merge pull request #295 from evandrocoan/fix_misspelling 6 years ago
  night199uk a543eeb162 Fix assert on empty options for a Rule 6 years ago
  night199uk 64992aa49c Fix a performance regression on Rules related to empties 6 years ago
  evandrocoan 6c013b9a1d Fix misspelling on lark/lark.py documentation 6 years ago
  evandrocoan d5cf6b1ef1 Added .tox to .gitignore (to use tox locally) 6 years ago
  night199uk 80964e903b Simplify the way we create Leo sets 6 years ago
  night199uk d74781605d Fix Ambiguous Expander problems with nested ambiguities 6 years ago
  night199uk ea536820a5 Fix propogate positions for Earley 6 years ago
  night199uk 72118eaf8c Disable some debug that crept in 6 years ago
  night199uk 1f5abfc937 Fix Propagate Positions 6 years ago
  Erez Shinan 085eba3b8e Merge branch 'master' into 0.7c 6 years ago