209 Commits (81fa0398723966b77bb2df87aeb998cdef5bf7d9)

Author SHA1 Message Date
  Erez Sh 61c4512cf3 Rename lexer: Standard/Traditional -> Basic 3 years ago
  Erez Sh 5eecb7f5c9 Remove old comment 3 years ago
  Erez Sh 4e96b96bb5 Various backwards incompatible fixes for v1.0 3 years ago
  Erez Sh d26a1c5bc6 BUGFIX: Regression in lexer-only mode (parser=None) 3 years ago
  Erez Sh e30eef7a53 Commit latest master to v1.0 3 years ago
  Erez Sh 1457e01e7e Fixes to typing and tests 3 years ago
  Erez Sh 5e5bd187a6 Docs: Improved documentation of exceptions 3 years ago
  Erez Sh 24f653080f More minor refactorings 4 years ago
  Erez Sh 3bc070bc1d Change how propagate_positions work 4 years ago
  Chanic Panic 4bc9445238 Corrections for PR and some mypy errors 3 years ago
  Chanic Panic be76059015 Merge the Literal types 3 years ago
  Chanic Panic 089bc2b523 More .pyi merging 3 years ago
  Erez Sh ff686fc89a Remove more Python 2 code 3 years ago
  Erez Sh eb45324146 Removed deprecated code 3 years ago
  Erez Sh 8a00284700 Removed some of the Python2 compatibility code 3 years ago
  Erez Sh bf7b1f49ca Fixed Lark's docstring for propagate_positions 4 years ago
  Erez Sh 2737e5cfe0 Added option: propagate_positions='ignore_ws' 4 years ago
  Erez Sh 2409065529 Refactor PropagatePositions, change Token.pos_in_stream to start_pos 4 years ago
  Erez Sh dbf60e6d76 Docs: Added docstring for Lark.parse_interactive() 4 years ago
  Erez Sh 6cc9d42dc0 Fix for Python 3.4 4 years ago
  Erez Sh 6b67d5f5cd Small adjustments to PR 4 years ago
  MegaIng1 97c3202973 Make verify_used_files work with stdlib. 4 years ago
  MegaIng1 2eb5c746ff Removed safe_cache option 4 years ago
  Erez Sh 22c289126f Rename ParserPuppet -> InteractiveParser 4 years ago
  Erez Sh 2a1b03bc65 Rename ParserPuppet -> InteractiveParser 4 years ago
  MegaIng1 0f4ca60d83 Added support for verifying imported files 4 years ago
  MegaIng1 704e7552bd Added support for atomicwrites 4 years ago
  MegaIng1 754f08a622 Added get_puppet, helpers and tests 4 years ago
  Erez Sh 0199afa4c8 Cleanup and refactor 4 years ago
  MegaIng1 a202f2c7e8 Fix for cache + inline Transformer 4 years ago
  MegaIng1 3d5729d5d2 Resolved cyclic dependency by moving deserialize_lexer_conf out of MakeParsingFrontend.deserialize 4 years ago
  MegaIng1 9252c0387c added configurations checks for postlex+dynamic 4 years ago
  MegaIng1 2e46211fd6 A few updates to stubs (fix #856) 4 years ago
  Erez Sh 39c5d924e8 Bugfix 4 years ago
  Erez Sh 7ce0f7015f Added load_grammar.find_grammar_errors 4 years ago
  Erez Sh 08603a49d8 Grammar cache now contains md5 inside (Issue #835) 4 years ago
  MegaIng1 c621eeb369 Fix for #818 + tests 4 years ago
  MegaIng1 9e545f8825 Basics for GrammarBuilder 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 712df517b2 Fixes for PR. Custom lexer now works with CYK 4 years ago
  Erez Sh c6819a0ed7 Refactored all likely exceptions to inherit from LarkError, and improved error messages. 4 years ago
  Erez Sh 27ef9fcbf0 Add information about debug=True (Issue #750) 4 years ago
  Erez Sh 5b30ba4841 Cleanup, and a few PEP8 changes 4 years ago
  Erez Sh bc3923aed8 Added more terminals to grammars/ folder 4 years ago
  Erez Sh f560ce1754 cache=True now uses a temp directory instead of working directory 4 years ago
  MegaIng1 605b91e4be improve error message with token source. 4 years ago
  Erez Sh f20d72d9f6 Fix due to CR - handle UnexpectedCharacters resume in the error loop 4 years ago
  Erez Sh 72e7926097 Completely redesigned the interface between Lexer<->Parser, and refactored LALR parser and lexers 4 years ago