73 Commits (253a72adf2905c0e9710c14451c3e42dee3d60fe)

Author SHA1 Message Date
  Erez Sh 4e96b96bb5 Various backwards incompatible fixes for v1.0 4 years ago
  MegaIng 3a4568df24 Reworked grammar to simplify later processing + expand_kids_by_data + tests 5 years ago
  Erez Sh a8900c13b7 Changed sequence to collection 5 years ago
  Erez Sh e30eef7a53 Commit latest master to v1.0 5 years ago
  Erez Sh 1457e01e7e Fixes to typing and tests 5 years ago
  Erez Sh 5e5bd187a6 Docs: Improved documentation of exceptions 5 years ago
  Erez Sh 8aa4bfbd95 Fixup: moved import to standalone. 5 years ago
  Erez Sh d0f25985af Fixup: change typehint to Sequence 5 years ago
  Erez Sh ead7a04473 Small fix 5 years ago
  Erez Sh 24f653080f More minor refactorings 5 years ago
  Chanic Panic 4bc9445238 Corrections for PR and some mypy errors 5 years ago
  Chanic Panic 089bc2b523 More .pyi merging 5 years ago
  Erez Sh eb45324146 Removed deprecated code 5 years ago
  Erez Sh 8a00284700 Removed some of the Python2 compatibility code 5 years ago
  Erez Sh 0a380b7c2a Added considered_rules to exception for earley. Small improvement to docs and exceptions 5 years ago
  Erez Sh 8e63afdf05 Removed bad ref 5 years ago
  Erez Sh 2a1b03bc65 Rename ParserPuppet -> InteractiveParser 5 years ago
  Erez Sh 7b6a730abc Small bugfixes in exceptions 5 years ago
  Erez Sh aa7dc19bc3 Corrections for PR 5 years ago
  MegaIng1 8ec6d0f2ab Correction for PR 5 years ago
  Erez Sh 712df517b2 Fixes for PR. Custom lexer now works with CYK 5 years ago
  Erez Sh 7beb681563 Adds stubs; cleanup 5 years ago
  Erez Sh c6819a0ed7 Refactored all likely exceptions to inherit from LarkError, and improved error messages. 5 years ago
  Erez Sh e6bbfd16c0 Fixed comment 5 years ago
  Erez Sh 7fa993320e match_examples() now works for Earley+Standard 5 years ago
  Erez Sh 1aff84391a Added test for match_examples 5 years ago
  Erez Sh f285cda4f2 Earley error reporting - initial (Issue #760) 5 years ago
  Erez Sh b3eb2a3120 Add token_history to UnexpectedToken 5 years ago
  MegaIng 633a6dfee8
Make `UnexpectedCharacters` print the repr 5 years ago
  Erez Sh 5b30ba4841 Cleanup, and a few PEP8 changes 5 years ago
  MegaIng1 bc9ed5376d made error message contain actual source code 5 years ago
  MegaIng1 605b91e4be improve error message with token source. 5 years ago
  Peter Wienemann e02b1b6669 Fix various typos 5 years ago
  starwarswii 10dd3d7299
corrected caret placement in error messages due to tabs 6 years ago
  Erez Sh c6438007a7 A tiny fix 6 years ago
  Erez Sh 288078a6a0 Corrections to PR 6 years ago
  Sasank Chilamkurthy 452f3fc061 complete sphinx autodoc 6 years ago
  Erez Sh af3bedd39d Adjustments to logging PR 6 years ago
  Blank Spruce 5559b1a211 Add missing elements in standalone parser 6 years ago
  Erez Sh 2c7afed894 Small fixes 6 years ago
  Erez Sh 02d57bc32a Small adjustments to PR 6 years ago
  MegaIng1 cb2d9cded0 Refactored ParserPuppet, added stubs 6 years ago
  MegaIng1 d3b0449f71 Improved `match_examples` with `UnexpectedToken.accepts` 6 years ago
  MegaIng1 a7bcd0bc2d Added `accepts` attribute to `UnexpectedToken` and update stubs 6 years ago
  MegaIng1 28e0a86f38 Small improvements for debug info 6 years ago
  Erez Sh 5954fdf87a Restore bad code (needs better fix). Updated readme & docs. 6 years ago
  Erez Sh 61a7c1e20a Removed code that causes failure in Python 3.4 6 years ago
  MegaIng1 0c89189b5f Support for bytes parser 6 years ago
  Aleh Arol e6daf51f25 Make token type check fallback disabled by default 6 years ago
  Erez Sh 4463524b3a Puppet initial 6 years ago