1436 Commits (f14ff6d4d14b500410b8d0d5e14fd2908be95dd9)
 

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