1492 Commits (e0889a3cf3cd4de596647eee6859eb6667cfc422)
 

Author SHA1 Message Date
  Erez Sh 6107f1a691 Docs: Fix link 4 years ago
  Erez Sh ed9776c1fa Docs: Fix link 4 years ago
  Erez Shinan f035cb7aee
Merge pull request #840 from lark-parser/better_cache 4 years ago
  Erez Sh 08603a49d8 Grammar cache now contains md5 inside (Issue #835) 4 years ago
  Erez Sh 8c7be8310c Version bump (0.11.2) 4 years ago
  Erez Sh a169f0b354 Better error messages 4 years ago
  Erez Sh d2348168bf Small refactor 4 years ago
  MegaIng1 c621eeb369 Fix for #818 + tests 4 years ago
  Erez Shinan ace1c9f4ea
Merge pull request #827 from MegaIng/fix-826 4 years ago
  MegaIng1 7f795e8271 Fix for #826 (Thanks @mikeiovine) + stubs + tests 4 years ago
  Erez Shinan 3e7e66eb8e
Merge pull request #809 from chanicpanic/faster-forest-visit 4 years ago
  Erez Sh e0e698938c Examples: Fixes to paths (Issue #780) 4 years ago
  Erez Shinan 069ad4a6fe
Merge pull request #821 from chanicpanic/issue-820 4 years ago
  Chanic Panic e88646b586 Fix an SPPF cycle edge case (Issue #820) 4 years ago
  Erez Shinan 9379161aad
Update README.md 4 years ago
  Erez Shinan 7d9fe4a2f6
Create FUNDING.yml 4 years ago
  Erez Sh 1d61de4f94 Fix .pyi files 4 years ago
  Erez Shinan f7442d3be6
Merge pull request #816 from lark-parser/MegaIng-grammar_builder 4 years ago
  Erez Sh fd3be9d8d6 Brought back the removal of unused rules/terminals in imported grammars 4 years ago
  Erez Sh 8cfe52fb77 Examples: Added example of extending the Python grammar 4 years ago
  Erez Sh 09bcababcd Docs & Examples, small improvements 4 years ago
  Erez Sh 58c9435e80 Refactored and added grammar tests 4 years ago
  Erez Sh d18e009fa4 PR refactor: Simplified load_grammar 4 years ago
  Erez Sh 2f2cebedf8 Merge branch 'grammar_builder' of https://github.com/MegaIng/lark into MegaIng-grammar_builder 4 years ago
  Erez Sh 2ffb55b88f Indenter now throws DedentError instead of AssertionError 4 years ago
  MegaIng1 d98925525f Fix for slices getting reduce to single getitem 4 years ago
  Erez Sh f32014cc7b Example: Friendlier reconstruct_python.py 4 years ago
  MegaIng1 02035aa141 Added example + Corrected python3.lark 4 years ago
  MegaIng1 b6b31548ca Fix for review + Removed unused functions 4 years ago
  MegaIng1 8b4f874d3d added example grammar_building.py 4 years ago
  MegaIng1 5db3003edb Updated stubs 4 years ago
  MegaIng1 9f3ef97bd7 removed GrammarLoader 4 years ago
  MegaIng1 d676df9b88 Python2.7 compatibility 4 years ago
  MegaIng1 3bf7c6a19a Completed `GrammarBuilder.check` 4 years ago
  Erez Shinan f315bb1d3f
Merge pull request #802 from ligurio/patch-1 4 years ago
  Sergey Bronnikov 8cfac40658 Add link to the repo with 3rd party Lark grammars 4 years ago
  Chanic Panic 03841c4f12 Enable faster forest visiting 4 years ago
  MegaIng1 225c9e16a5 Added `%import` to GrammarLoader & fixed tests 4 years ago
  MegaIng1 9e545f8825 Basics for GrammarBuilder 4 years ago
  MegaIng1 be979f2e63 Added %extend for both rules and terminals. 4 years ago
  MegaIng1 5930e4ba6f Added Terminal support for `%override` 4 years ago
  Erez Shinan 955e64597a
Merge pull request #801 from lark-parser/override_stmt 4 years ago
  Erez Sh bcf9957575 Added documentation 4 years ago
  Erez Sh 1cfbb7be27 Added comments 4 years ago
  Erez Sh df18e78861 Added %override to lark.lark 4 years ago
  Erez Sh b379ea4b8b Grammar: Added new %override statement for rewriting imported rules (like in class inheritance) 4 years ago
  Erez Shinan 452a4e175f
Merge pull request #799 from fuglede/patch-1 4 years ago
  Søren Fuglede Jørgensen cbb78b262e
Fix reference to error_puppet example 4 years ago
  Erez Shinan a201d6ff53
Merge pull request #786 from lark-parser/julienmalard-recons_unicode_terminals 4 years ago
  Erez Sh a7c71f32cc Fixed Lark.lex(), added dont_ignore option, added tests for it. 4 years ago