595 Commits (85545e394704e2004582923d82e12d88dd57e9a6)

Author SHA1 Message Date
  Erez Sh 94da6c52b8 Refactored the Earley code to make it thread-safe (Issue #454) 5 years ago
  Erez Sh a207963e46 Improved error reporting (Issue #194) 5 years ago
  Erez Sh a7e7b568ff Fixed contextual lexer error that was confusing users (Issue #194) 5 years ago
  Erez Sh d331a8a1b8 Version bump (alpha) 5 years ago
  Erez Sh bb57629418 Added 'edit_terminals' option (Issue #406) 5 years ago
  Erez Shinan f43631949c Version bump 5 years ago
  Erez Shinan deb325acb4 Pydot now not necessary for earley debug, shows warning instead (Issue #443) 5 years ago
  Erez Shinan 54b18e5961 Allow transformers to transform tokens (Issue #389) 5 years ago
  Erez Shinan 571bb400e3 Bugfix for regression (Issue #445) 5 years ago
  Erez Shinan 71b17d8e7c
Update __init__.py 5 years ago
  Erez Shinan f06a83a8a7 Better error for literal with bad escaping (Issue #287) 5 years ago
  Erez Sh 56978206a3 No longer confusing aliases and rules when importing (Issue #433) 5 years ago
  Erez Sh a173117857 Included iter_subtrees and related methods in standalone parser (Issue #440) 5 years ago
  Erez Sh 11cd11394f Possibly a fix for issue #441 5 years ago
  Erez Sh b6b95c3ff0 Raw docstring to avoid escape warnings (Issue #438) 5 years ago
  Michael Heyvaert c00f4448fa fix custom lexer handling for lalr parser + test 5 years ago
  Erez Shinan def1d2931c Fixed partials (Issue #398) 5 years ago
  Erez Shinan 59f3a5707b Fixed partials (Issue #398) 5 years ago
  night199uk dc3c009dca Tweak the Earley ambiguity algorithm to correctly prefer earlier branches 5 years ago
  night199uk dc94ebc42f Fix Earley non-determinism 5 years ago
  night199uk d845aa3bf1 Add debug flag to Early and XEarley to allow dumping the SPPF 5 years ago
  Erez Shinan 7e8488d1a0 Fixed issue #425, keeping in mind unicode issue #411 5 years ago
  Erez Shinan d5036eefdd Serialize tool: Multiple start symbols + bugfix 5 years ago
  Erez Sh 3cdee35af5 Version bump 5 years ago
  Erez Shinan 9ca74d7f67 Added the serialize tool for exporting Lark state & analysis 5 years ago
  Erez Shinan 71c4abfb24 Fixed error message (Issue #380) 5 years ago
  Fábio Macêdo Mendes 1e4dbac58c Fix undetected newlines on ignored tokens 5 years ago
  Erez Shinan 8466981c08 Cleanup 5 years ago
  Erez Shinan de24fa055d Saving _hash for symbols isn't necessary 5 years ago
  Raekye 0c59cba3f5 implement DeRemer and Pennello's lookahead algorithm for LALR(1) 5 years ago
  Raekye 6f412c25b7 LALR optimizations and profiling 5 years ago
  Raekye 21c41e54a9 lalr parser 5 years ago
  Erez Shinan dd3a812fea Version bump (0.7.2) 5 years ago
  Erez Shinan 7add0e1f3f Memoize get_regexp_width (Issue #413) 5 years ago
  Erez Shinan 0d164bd344 Added get_terminal() method (Issue #412) 5 years ago
  Erez Shinan d952f2a069 Token values are now always unicode (resolves issue #411) 5 years ago
  Erez Shinan 8e9da6a6d6 Minor optimization in LALR (and fix for last commit) 5 years ago
  Erez Shinan 39b0d76914 Minor optimization in LALR (thanks to @Raekye) 5 years ago
  Erez Shinan c87cbc6322 Removed some dead code 5 years ago
  Erez Shinan e3cbd7aadc Negative priority now allowed in rules and tokens. Updated docs about priority 5 years ago
  Erez Shinan 94e7e82a19 Updated docstrings for multiple start symbols 5 years ago
  Erez Shinan bcc4e67bce CYK also working 5 years ago
  Erez Shinan 71fe87964a Small refactor in grammar analysis 5 years ago
  Erez Shinan f1e844accd Mid work. Not promising 5 years ago
  Erez Shinan f814d91f9d Removed possibly problematic code (Issue #372) 5 years ago
  Erez Shinan e79689dce7 Remove unused rules (Issue #384) 5 years ago
  Erez Shinan a9106df824 Corrected thee Transformer's whole_tree interface, for both internal and external use 5 years ago
  Erez Shinan f71df240b6 Removed Python2 incompatibility 5 years ago
  Mostafa Razavi e5868415eb Implement embedded in-place transformers. See #378. 5 years ago
  Erez Shinan 0f9dfdd623 Re-implemented CustomLexer after regression (Issue #377) 5 years ago