1496 Commits (df269f6121ac1ba71d8cf7ba4f21cd163c522ef7)
 

Author SHA1 Message Date
  Erez Sh 47df8b5a6a Improve docs 4 years ago
  Erez Shinan 793a7e5a68
Merge pull request #730 from lark-parser/temp_cache 4 years ago
  Erez Sh b394b7e4ec Improved docstrings for visitors 4 years ago
  MegaIng1 bc9ed5376d made error message contain actual source code 4 years ago
  Erez Sh f560ce1754 cache=True now uses a temp directory instead of working directory 4 years ago
  Peter Wienemann d95f552ce9 Fix a typo 4 years ago
  MegaIng1 605b91e4be improve error message with token source. 4 years ago
  Erez Sh ede2ed78ec Fix puppet, add immutable puppet with hash 4 years ago
  Erez Shinan 6d6e22048d
Merge pull request #725 from lark-parser/resumable3 4 years ago
  Erez Sh 4d096fae16 Refactor: Split ParserState into ParseConf 4 years ago
  Erez Sh f20d72d9f6 Fix due to CR - handle UnexpectedCharacters resume in the error loop 4 years ago
  Erez Sh 45467e1f61 Changes due to code review by @MegaIng 4 years ago
  Erez Sh a35bc2408a Change docs man page for 1 to 7 (Issue #720) 4 years ago
  Erez Sh 72e7926097 Completely redesigned the interface between Lexer<->Parser, and refactored LALR parser and lexers 4 years ago
  Erez Sh 115edbfb32 Rewrite lexer to use LexerState 4 years ago
  Erez Shinan 8f93a709d1
Update json_tutorial.md 4 years ago
  Erez Shinan bae57bf140
Merge pull request #723 from ThatXliner/patch-1 4 years ago
  ThatXliner 843fb1ee4d
Fixed broken link to common.lark 4 years ago
  ThatXliner fc2f14ffd1
FIxed broken link 4 years ago
  Erez Shinan 7178e08659
Merge pull request #721 from wiene/fix_typos 4 years ago
  Peter Wienemann e02b1b6669 Fix various typos 4 years ago
  Erez Shinan 9ff5b54b2d
Merge pull request #719 from ThatXliner/patch-1 4 years ago
  ThatXliner d6fee5dd0a
Added link to Atom syntax highlighting 4 years ago
  ThatXliner 12837ddc95
Update docs index.rst 4 years ago
  Erez Shinan e3b813576e
Update feature_request.md 4 years ago
  Erez Shinan 16d41d1774
Merge pull request #713 from lark-parser/lalr_rule_priority 4 years ago
  Erez Sh 8283d91507 More tests for priority 4 years ago
  Erez Sh b5aeb812e0 Better error message for options. More tests for priority 4 years ago
  Erez Sh e84a64fc52 Added support for rule priorities in LALR 4 years ago
  Erez Sh 2dbfa2573a Added non-recursive transformer to default imports 4 years ago
  Erez Sh decb3cdcef Fix for compression. Use base64 for compatibility 4 years ago
  Erez Sh 6e25258202 Merge branch 'MegaIng-standalone_options2' 4 years ago
  Erez Sh 6bcff89e3c Added test for standalone compression 4 years ago
  Erez Sh 6a9759d620 Added optional compression to standalone parser 4 years ago
  Erez Sh 08677238b6 Minor edit 4 years ago
  MegaIng1 2700b794b9 add `--verbose` option & make warnings comments 4 years ago
  MegaIng1 2d74539424 lark.tools.serialize and standalone can now take more options. Also added info where options need to be added 4 years ago
  Erez Sh 131012b893 Merge branch 'MegaIng-keep_all_maybe' 4 years ago
  Erez Sh e4d73526d4 Refactor 4 years ago
  Erez Sh 986510365e Merge branch 'keep_all_maybe' of https://github.com/MegaIng/lark into MegaIng-keep_all_maybe 4 years ago
  MegaIng 46339c112e
Merge branch 'master' into custom_import_sources 4 years ago
  Erez Sh d433c00fa9 Merge branch 'MegaIng-standalone_options' 4 years ago
  Erez Sh f2a6feddf1 Tiny fixes 4 years ago
  Erez Sh dbeb724c51 Merge branch 'standalone_options' of https://github.com/MegaIng/lark into MegaIng-standalone_options 4 years ago
  Erez Sh c196f99cd4 Better reduce/reduce errors 4 years ago
  MegaIng1 ee9857cabb Added backwards-compatibility property with DeprecationWarning 4 years ago
  MegaIng1 ab5bc3f47e Improved comment 4 years ago
  MegaIng1 bd22a2f79e Removed _LOAD_BLOCKED_OPTIONS 4 years ago
  Erez Shinan e4001d5e11
Merge pull request #708 from MegaIng/always_accept_filter 4 years ago
  Erez Shinan 9af9a71029
Merge pull request #709 from rec/master 4 years ago