166 Commits (d952f2a0694787ab8e67256574710cb56a2f4c26)

Author SHA1 Message Date
  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 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
  Paul Vinciguerra 28e571f1c6 Fix DeprecationWarning in lalr_analysis.py 6 years ago
  Erez Shinan a798dec779 Fix to new serializer code (Discussed in issue #349) 6 years ago
  Erez Shinan 3c64c56bcd All tests passing 6 years ago
  Erez Shinan 94e15fb6f7 Mid work. Almost stable 6 years ago
  Erez Shinan e52cc46fc5 Minor cleanup 6 years ago
  Erez Shinan d13ebb9c15 Using a mostly-generic serialization method 6 years ago
  Erez Shinan 066303fdab Serialized lark is now json compatible 6 years ago
  Erez Shinan 335206911d Basic serialize/deserialize working! 6 years ago
  Erez Shinan 4b915a9f78 Style improvements to errors 6 years ago
  Erez Shinan 120d5b9ffa Mid work 6 years ago
  Erez Shinan bd75bf2dff Refactor - callbacks are now {rule: callback}, instead of a Callback object referenced by Rule.alias 6 years ago
  Erez Shinan 934a997f83 Clean up 6 years ago
  Erez Shinan 862a853340 More cleanup of Earley duplication 6 years ago
  Erez Sh 4de71293e5 More cleanup 6 years ago
  Erez Sh 57a602758d Merged part of Earley & XEarley implementation. Major reduction 6 years ago
  Erez Shinan 65d3212bed Temporarily disable leo transitives 6 years ago
  Erez Shinan 00510edee6 Added a nicer error for duplicate rules 6 years ago
  night199uk 80a09697fe Rebuild the way Earley prioritizes ambiguities 6 years ago
  night199uk 80964e903b Simplify the way we create Leo sets 6 years ago
  night199uk ea536820a5 Fix propogate positions for Earley 6 years ago
  Erez Shinan 76e185a36c Added the Forest interface for explicit ambiguity 6 years ago
  night199uk 04d90fa916 Implement Joop Leo's optimizations for right recursion performance 6 years ago
  night199uk 637f121109 Cleanup unused Derivation 6 years ago
  night199uk 8fa8ac36fc Remove Earley Column 6 years ago
  night199uk 8415fa26a3 Add a pydot visualizer for the SPPF. 6 years ago
  night199uk bb22c84df3 Speed up repetitive parsing using the same parser 6 years ago
  Erez Shinan b2489e13e2 A few fixes (tests + interface) 6 years ago
  Erez Shinan 383db31183 Fix in Earley forest for non-string tokens. 6 years ago
  Jan Rydzewski 3ef84318b1 Removed unused imports and variables 6 years ago
  Erez Shinan 1798971455 Adjustments 6 years ago
  Erez Shinan a892f184e3 Fix LALR shift/reduce warnings when debug=True (Issue #258) 6 years ago
  Erez Shinan 6c8ba76b79 Fixed a deep bug in grammar analysis involving empty rules (Issue #250) 6 years ago
  night199uk 1d5fd7301a Heavy modifications to the Earley parser to try and make it handle more 6 years ago
  Erez Shinan 106508dcce Tiny improvement to the LALR parser 6 years ago
  Erez Shinan 519b07ceca Tiny refactor 6 years ago
  Erez Shinan 4487bf65c1 EOF token now gets proper line/column number (Issue #228) 6 years ago
  Erez Shinan bd7e331ad7 Slightly better error message (UnexpectedToken) 6 years ago
  Erez Shinan 9ce8a79dc0 Misleading error message at unexpected EOF (Issue #220) 6 years ago
  Erez Shinan eba99662c4 Bug in pretty printing of Earley derivations (issue #210) 6 years ago
  Erez Shinan 1247a8c330 Improved error messages (as pointed out in issue #181) 6 years ago
  Erez Shinan 6ea4588bcf Dynamic lexer is now returns the maximum match only. Complete lexing beahvior moved to "dynamic_complete" 6 years ago
  Erez Shinan 5c6df8e825 Moved and restructured exceptions 6 years ago
  Erez Shinan 6d76a4ce8d visitor_args -> v_args 6 years ago
  Erez Shinan 6bfc27c11d New transformers near completion 7 years ago