923 Commits (c953dd9505dbba1bd8fbded0077a040a1ce0e5b5)

Author SHA1 Message Date
  MegaIng1 c621eeb369 Fix for #818 + tests 4 years ago
  MegaIng1 7f795e8271 Fix for #826 (Thanks @mikeiovine) + stubs + tests 4 years ago
  Chanic Panic e88646b586 Fix an SPPF cycle edge case (Issue #820) 4 years ago
  Erez Sh 1d61de4f94 Fix .pyi files 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 58c9435e80 Refactored and added grammar tests 4 years ago
  Erez Sh d18e009fa4 PR refactor: Simplified load_grammar 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
  MegaIng1 b6b31548ca Fix for review + Removed unused functions 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
  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 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
  Søren Fuglede Jørgensen cbb78b262e
Fix reference to error_puppet example 4 years ago
  Erez Sh a7c71f32cc Fixed Lark.lex(), added dont_ignore option, added tests for it. 4 years ago
  Erez Sh 7b6a730abc Small bugfixes in exceptions 4 years ago
  Erez Sh 8953849841 Allow unicode in terminal names 4 years ago
  Erez Sh aa7dc19bc3 Corrections for PR 4 years ago
  MegaIng1 8ec6d0f2ab Correction for PR 4 years ago
  Erez Sh 111738b8b9 Revised handling of ignored tokens in xearley (Issue #768) 4 years ago
  Erez Sh ed065eeb76 Removed duplicate line 4 years ago
  Erez Sh 679c415673 Small refactor to adjust PR 4 years ago
  Erez Sh 712df517b2 Fixes for PR. Custom lexer now works with CYK 4 years ago
  Erez Sh 284dfe7fd3 Refactored parser_frontends. Now significantly simpler 4 years ago
  Erez Sh 7beb681563 Adds stubs; cleanup 4 years ago
  Erez Sh c6819a0ed7 Refactored all likely exceptions to inherit from LarkError, and improved error messages. 4 years ago
  MegaIng1 cf9d0d915e Fixes for custom lexer. 4 years ago
  MegaIng1 cf25c06420 Added custom lexer to earley. 4 years ago
  Erez Sh e6dcc43478 Improve match_examples() for Earley (Issue #760) 4 years ago
  Erez Sh e6bbfd16c0 Fixed comment 4 years ago
  Erez Sh 7fa993320e match_examples() now works for Earley+Standard 4 years ago
  Erez Sh 1aff84391a Added test for match_examples 4 years ago
  Erez Sh f285cda4f2 Earley error reporting - initial (Issue #760) 4 years ago
  Erez Sh b3eb2a3120 Add token_history to UnexpectedToken 4 years ago
  MegaIng1 4e442bc0b8 regression-fix for #760 4 years ago
  MegaIng1 dd3cf90b2d Moved `lark.lark` into the standard library. 4 years ago
  Erez Sh c715426f32 Version bump to 0.11.1 4 years ago
  Erez Sh 27ef9fcbf0 Add information about debug=True (Issue #750) 4 years ago
  Erez Sh 5f230c6663 Version bump 4 years ago
  Erez Sh cd78243b82 Examples: Added new syntax to python grammar 4 years ago