185 Commits (9cc57abd8a4e0bed0aac14644846f27c71f4e348)

Author SHA1 Message Date
  Erez Sh 0a4530b942 Improved Earley error on EOF (Issue #457) 5 years ago
  Erez Sh 94da6c52b8 Refactored the Earley code to make it thread-safe (Issue #454) 5 years ago
  Erez Shinan deb325acb4 Pydot now not necessary for earley debug, shows warning instead (Issue #443) 5 years ago
  night199uk dc3c009dca Tweak the Earley ambiguity algorithm to correctly prefer earlier branches 5 years ago
  night199uk d845aa3bf1 Add debug flag to Early and XEarley to allow dumping the SPPF 5 years ago
  Erez Shinan 8466981c08 Cleanup 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 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 5 years ago
  Erez Shinan a798dec779 Fix to new serializer code (Discussed in issue #349) 5 years ago
  Erez Shinan 3c64c56bcd All tests passing 5 years ago
  Erez Shinan 94e15fb6f7 Mid work. Almost stable 5 years ago
  Erez Shinan e52cc46fc5 Minor cleanup 5 years ago
  Erez Shinan d13ebb9c15 Using a mostly-generic serialization method 5 years ago
  Erez Shinan 066303fdab Serialized lark is now json compatible 5 years ago
  Erez Shinan 335206911d Basic serialize/deserialize working! 5 years ago
  Erez Shinan 4b915a9f78 Style improvements to errors 5 years ago
  Erez Shinan 120d5b9ffa Mid work 5 years ago
  Erez Shinan bd75bf2dff Refactor - callbacks are now {rule: callback}, instead of a Callback object referenced by Rule.alias 5 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