209 Commits (61c4512cf37dfcba07c311e1db0592360525a348)

Author SHA1 Message Date
  MegaIng1 a202f2c7e8 Fix for cache + inline Transformer 5 years ago
  MegaIng1 3d5729d5d2 Resolved cyclic dependency by moving deserialize_lexer_conf out of MakeParsingFrontend.deserialize 5 years ago
  MegaIng1 9252c0387c added configurations checks for postlex+dynamic 5 years ago
  MegaIng1 2e46211fd6 A few updates to stubs (fix #856) 5 years ago
  Erez Sh 39c5d924e8 Bugfix 5 years ago
  Erez Sh 7ce0f7015f Added load_grammar.find_grammar_errors 5 years ago
  Erez Sh 08603a49d8 Grammar cache now contains md5 inside (Issue #835) 5 years ago
  MegaIng1 c621eeb369 Fix for #818 + tests 5 years ago
  MegaIng1 9e545f8825 Basics for GrammarBuilder 5 years ago
  Søren Fuglede Jørgensen cbb78b262e
Fix reference to error_puppet example 5 years ago
  Erez Sh a7c71f32cc Fixed Lark.lex(), added dont_ignore option, added tests for it. 5 years ago
  Erez Sh 7b6a730abc Small bugfixes in exceptions 5 years ago
  Erez Sh 712df517b2 Fixes for PR. Custom lexer now works with CYK 5 years ago
  Erez Sh c6819a0ed7 Refactored all likely exceptions to inherit from LarkError, and improved error messages. 5 years ago
  Erez Sh 27ef9fcbf0 Add information about debug=True (Issue #750) 5 years ago
  Erez Sh 5b30ba4841 Cleanup, and a few PEP8 changes 5 years ago
  Erez Sh bc3923aed8 Added more terminals to grammars/ folder 5 years ago
  Erez Sh f560ce1754 cache=True now uses a temp directory instead of working directory 5 years ago
  MegaIng1 605b91e4be improve error message with token source. 5 years ago
  Erez Sh f20d72d9f6 Fix due to CR - handle UnexpectedCharacters resume in the error loop 5 years ago
  Erez Sh 72e7926097 Completely redesigned the interface between Lexer<->Parser, and refactored LALR parser and lexers 5 years ago
  Erez Sh b5aeb812e0 Better error message for options. More tests for priority 5 years ago
  Erez Sh e84a64fc52 Added support for rule priorities in LALR 5 years ago
  Erez Sh 08677238b6 Minor edit 5 years ago
  MegaIng1 2d74539424 lark.tools.serialize and standalone can now take more options. Also added info where options need to be added 5 years ago
  Erez Sh e4d73526d4 Refactor 5 years ago
  Erez Sh f2a6feddf1 Tiny fixes 5 years ago
  MegaIng1 ee9857cabb Added backwards-compatibility property with DeprecationWarning 5 years ago
  MegaIng1 bd22a2f79e Removed _LOAD_BLOCKED_OPTIONS 5 years ago
  MegaIng1 acd04442bc Fix for cache 5 years ago
  MegaIng1 e1b572c3a9 Allows the standalone parser to take more options. 5 years ago
  Tom Ritchford fb925f8b31 Guard Lark.__doc__ assignment for tools.standalone 5 years ago
  MegaIng1 dcde0bcbe9 Prevent terminals from being filtered out when used in always_accept 5 years ago
  MegaIng1 3112259b23 Fix for maybe_placeholders when keep_all_tokens=True 5 years ago
  MegaIng1 5f7a5d428a renamed `source_code` -> `source_grammar` 5 years ago
  MegaIng1 a50fc10773 import_paths->sources, source->source_path, various implementation changes 5 years ago
  Erez Sh aac21d4d19 Minor version bump + Adjustments to PR 5 years ago
  Louis Dubois a423097362 fix: Propagate debug flag on loading grammar from cache 5 years ago
  Louis Dubois c6f2b023f3 chg: Force pickle to use highest protocol 5 years ago
  Erez Sh 798a7026b4 Minor version bump + Adjustments to PR 5 years ago
  MegaIng1 009cc10590 Added `FromPackageLoader` and `open_from_package` 5 years ago
  MegaIng1 53b3e12bba Added `import_sources` 5 years ago
  Louis Dubois abdbabe429 fix: Propagate debug flag on loading grammar from cache 5 years ago
  Louis Dubois d41e3cdfb9
chg: Force pickle to use highest protocol 5 years ago
  Chanic Panic 24434ec5ff Add documentation for working with the SPPF 5 years ago
  Erez Sh faecf32592 Restore the Lark.terminals attribute when using cached grammar 5 years ago
  Erez Sh e6caa035ca Tiny docs fix 5 years ago
  Chanic Panic 9c967fafb0 Add ambiguity='forest' option 5 years ago
  Sasank Chilamkurthy 298e7cfce6 add end options in docstring 5 years ago
  Sasank Chilamkurthy e6edc109b7 options part of lark.Lark's docs 5 years ago