1218 Commits (02c39a84dba0f05aeeef8b0d84a6e98d507a8387)
 

Author SHA1 Message Date
  nic 97975532ac Fix lexer_callback arg in stub for Lark constructor 5 years ago
  Erez Sh 7aad07dc65 Updated docs (Issue #417) 5 years ago
  Erez Sh ceee0642e1 Docs: Added mention for type stubs 5 years ago
  Erez Sh aa82f5a28a Version bump 5 years ago
  Erez Sh 9ec9acf115 The standalone parser is now licensed under MPL2 (instead of GPL) (Issue #507) 5 years ago
  Erez Sh 21d2016fca Added methods for saving/loading Lark instances with pickle (Issue #479) 5 years ago
  Erez Sh 636492cb6f Updated recipes.md 5 years ago
  Erez Sh 287b10504c Added CollapseAmbiguities 5 years ago
  Erez Shinan ddb5309bf5
Merge pull request #524 from KmolYuan/issue_523 5 years ago
  KmolYuan d0f9f715f3 Remove non-public classes in lexer.pyi. 5 years ago
  KmolYuan 803b1fe79e Apply changes and extend more names. 5 years ago
  KmolYuan 97afea24d1 Make LarkError public. 5 years ago
  KmolYuan 42fa4ed1af Use wildcard import syntax in __init__.pyi. 5 years ago
  KmolYuan 39aa08d223 Split out stubs. 5 years ago
  KmolYuan 34d3ff9a8d Use Python 3.8 for MyPy. 5 years ago
  KmolYuan 3c77de500b Fix syntax for Python 2. 5 years ago
  KmolYuan 0c63ee74fb Add MyPy action. 5 years ago
  KmolYuan 25db16dd73 Add stubs for PEP 561. 5 years ago
  Yuan c95257c906
Merge pull request #1 from lark-parser/master 5 years ago
  Erez Sh a55b7155b5 Added support for v_args in Interpreter (Issue #520) 5 years ago
  Erez Sh 93976e360e Fixed docs for maybe_placeholders 5 years ago
  Erez Sh 3995ad913a Tiny tiny cleanup 5 years ago
  Erez Shinan 304bf42286
Merge pull request #499 from napulen/master 5 years ago
  Erez Sh cf7479f186 Post-merge fixed for end_symbol, + two more tests (Issue #237) 5 years ago
  Erez Sh 463a5f2e3f Merge branch 'end_symbol' into end_symbol3 5 years ago
  Erez Sh 5346231e14 Version bump 5 years ago
  Erez Sh c9c1ea90e8 Revert maybe_placeholders to be False by default.. It should be changed in a major release, not 0.8 (Issue #515) 5 years ago
  Erez Sh de1f619fcd Bugfix in stand-alone parser (Issue #514) 5 years ago
  Erez Sh 73427f785c Version bump (release 0.8) 5 years ago
  Erez Sh 3688b0053b Disallow '. .' for '..' syntax (Issue #513) 5 years ago
  Erez Sh 94dd3646d4 Extend comments in rules tests 5 years ago
  Erez Sh ce996f445b Merge branch 'rule_comment' of https://github.com/mrob95/lark into mrob95-rule_comment 5 years ago
  Erez Sh 52e510780a Small stuff 5 years ago
  Erez Shinan ba4881d6a8
Merge pull request #497 from macintoshpie/macintoshpie-patch-1 5 years ago
  Erez Shinan 822a9aa186
Merge pull request #512 from MegaIng/patch-1 5 years ago
  Erez Sh f1b07e0571 Small correction to 'Projects using Lark' 5 years ago
  Erez Sh a7c9025858 Added 2 projects to 'Projects using Lark' 5 years ago
  MegaIng 9552f001b2
Update lark.lark 5 years ago
  MegaIng ec67938933
Small correction in lark.lark 5 years ago
  Erez Sh 182385d7b7 Removed bad syntax: *? and +? no longer accepted by the grammar parser (Issue #511) 5 years ago
  Erez Sh 2f92c7b4a7 Small addition to docs about terminal operators 5 years ago
  Erez Sh fcdba441b4 Better error message for reduce/reduce conflict (Issue #135) 5 years ago
  Erez Sh 4db56dc8b0 Added shebang to example script (Issue #504) 5 years ago
  Erez Sh ae691bf35e Revert propagate_positions to be False by default, still not ready for prime-time 5 years ago
  Erez Sh 5682dcc57a Added python_bytecode example + Tiny bugfix 5 years ago
  Erez Sh b2f1b3bf7c Small fixes 5 years ago
  Erez Sh f0da22e9a8 LarkOptions now raises AttributeError instead of KeyError (Issue #503) 5 years ago
  Erez Sh b9c81a5450 Refactor: Simplify code by assuming rule.options is never None 5 years ago
  Erez Sh fbbea5f730 Removed deprecated feature - profile 5 years ago
  Erez Sh f7a6366b6c Make the JSON parser fast again 5 years ago