1494 Commits (20f57b9e40d6e982e39ff475aaa43221955a59df)
 

Author SHA1 Message Date
  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
  Erez Sh 8953849841 Allow unicode in terminal names 3 years ago
  Erez Sh 423cde3da3 Merge branch 'recons_unicode_terminals' of https://github.com/julienmalard/lark into julienmalard-recons_unicode_terminals 3 years ago
  Erez Shinan 460a221923
Merge pull request #735 from fabioz/patch-2 3 years ago
  Erez Sh 36a7b050c1 Merge branch 'MegaIng-better-terminals' 3 years ago
  Erez Sh aa7dc19bc3 Corrections for PR 3 years ago
  MegaIng1 8ec6d0f2ab Correction for PR 3 years ago
  MegaIng1 17d4da7924 Merge branch 'master' of https://github.com/lark-parser/lark into better-terminals 3 years ago
  Erez Sh 111738b8b9 Revised handling of ignored tokens in xearley (Issue #768) 3 years ago
  Erez Shinan 692a950488
Merge pull request #781 from lark-parser/refactor_frontends 3 years ago
  Erez Sh ed065eeb76 Removed duplicate line 3 years ago
  Erez Sh 679c415673 Small refactor to adjust PR 3 years ago
  Erez Sh 712df517b2 Fixes for PR. Custom lexer now works with CYK 3 years ago
  Erez Shinan a6e5af6b80
Merge pull request #782 from MegaIng/master 3 years ago
  MegaIng1 b655bd950a Fix tests failing when used with `python -m unittest discover` 3 years ago
  Erez Sh 284dfe7fd3 Refactored parser_frontends. Now significantly simpler 3 years ago
  Erez Shinan 0cb7404ae3
Merge pull request #779 from lark-parser/refactor_exceptions 3 years ago
  Erez Sh 7beb681563 Adds stubs; cleanup 3 years ago
  Erez Sh c6819a0ed7 Refactored all likely exceptions to inherit from LarkError, and improved error messages. 3 years ago
  Erez Sh 071a35d1c0 Merge branch 'MegaIng-grammars-lark-lark' 3 years ago
  Erez Sh 47316488dd Merge branch 'grammars-lark-lark' of https://github.com/MegaIng/lark into MegaIng-grammars-lark-lark 3 years ago
  Erez Shinan 8379d784ec
Merge pull request #776 from MegaIng/earley_custom 3 years ago
  MegaIng1 83e896b3b8 Prevent test from running with old custom lexer 3 years ago
  MegaIng1 26e03b9ff8 Merge branch 'master' of https://github.com/lark-parser/lark into earley_custom 3 years ago
  MegaIng1 cf9d0d915e Fixes for custom lexer. 3 years ago
  MegaIng1 cf25c06420 Added custom lexer to earley. 3 years ago
  Erez Sh e6dcc43478 Improve match_examples() for Earley (Issue #760) 3 years ago
  Erez Sh 70c233e301 Update links in pypi (Issue #714) 3 years ago
  Erez Shinan b9bfdc926a
Merge pull request #772 from lark-parser/match_examples 3 years ago
  Erez Sh e6bbfd16c0 Fixed comment 3 years ago
  Erez Sh 7fa993320e match_examples() now works for Earley+Standard 3 years ago
  Erez Sh 1aff84391a Added test for match_examples 3 years ago
  Erez Sh f285cda4f2 Earley error reporting - initial (Issue #760) 3 years ago
  Erez Sh b3eb2a3120 Add token_history to UnexpectedToken 3 years ago
  Erez Shinan 4e346431d9
Merge pull request #771 from MegaIng/fix-760 3 years ago
  MegaIng1 4e442bc0b8 regression-fix for #760 3 years ago
  Erez Shinan 29c580f57b
Merge pull request #769 from ThatXliner/patch-1 3 years ago
  MegaIng1 2fe5f2ed4c Added tests for `lark.lark` 3 years ago
  MegaIng1 dd3cf90b2d Moved `lark.lark` into the standard library. 3 years ago
  ThatXliner 2e06d4c000
Update README.md 3 years ago
  ThatXliner 1fc0810086
Fix broken link in README 3 years ago
  Erez Shinan dc22f2218f
Merge pull request #767 from gward/lexer-stub 3 years ago
  Greg Ward 68e5e86b5b Add missing type hint for Token constructor 3 years ago