436 Commits (3c64c56bcdcc76d81be065e7ef421bf94285fb98)

Author SHA1 Message Date
  Erez Shinan 0155d3d956 A few more fixes 6 years ago
  Erez Shinan 93302d7ceb Important optimization for fix 6 years ago
  Erez Shinan c93140386d BUGFIX: The Earley parser collected repeating derivations, and filtered them out much later than needed. This resulted in very long lists and many unnecessary comparisons. 6 years ago
  Erez Shinan a8aa908a4e BUGFIX in Dynamic Earley when ending with an %ignore token 6 years ago
  Erez Shinan 816266a5eb BUGFIX for issue #24: Dynamic Earley mishandled %ignore tokens 6 years ago
  Erez Shinan be7ac242ff Version bump for fix 6 years ago
  Erez Shinan 551482898c Fix for earley__all_derivations = False 6 years ago
  Erez Shinan 776edadcf4 Version bump due to breaking changes 6 years ago
  Erez Shinan e8810e3b80 Fixed some deprecation warnings due to changes in Py3.6 regexps 6 years ago
  Erez Shinan baae08e399 Fixed tree-construction semantics: Alias now overrides the "?rule" operator 6 years ago
  Erez Shinan eed2a0fd78 Minor fix: Removed printing in new nearley tests 6 years ago
  Erez Shinan 035eea234f BUGFIX: Tree comparison in Earley wasn't hashed, which caused a huge spike in run-time for some cases. 6 years ago
  Kaspar Emanuel b491138d9a Make nearley tool main testable and test it 7 years ago
  Kaspar Emanuel 809ac8c9ea Switch to codecs.open for nearley tool 7 years ago
  Erez Shinan 9d065c9642 LALR parser: towards generating a standalone (very far away still) 7 years ago
  Erez Shinan b3cb2f433b Towards an introspectable tree-builder 7 years ago
  Erez Shinan 19a9c9c206 Towards an introspectable tree-builder. Also added tests. 7 years ago
  Kaspar Emanuel 3940812575 Fix spelling of TransformNearley class 7 years ago
  Erez Shinan 2bd23b1b62 Style fixes 7 years ago
  Kaspar Emanuel c0063e4d82 Make tracking includes more logical in nearley tool 7 years ago
  Kaspar Emanuel 4539152b32 Refactor nearley builtin and include 7 years ago
  Kaspar Emanuel 3ea0b35c9f Fix nearley multi includes 7 years ago
  Kaspar Emanuel a87bcf3097 Convert nearley css test into unit test 7 years ago
  Kaspar Emanuel e8c02951e4 Add support for nearley @include 7 years ago
  Erez Shinan 3b0ab867ef Patch version bump 7 years ago
  Erez Shinan 5c02166c3f Bugfix #25: Ambiguity resolver sometimes failed under Python3 7 years ago
  Erez Shinan 063c7fbdab Tiny fix for Python3 7 years ago
  Erez Shinan aede340449 Added earley__all_derivations due to performance concerns 7 years ago
  Erez Shinan 7373993102 Oops!! Important bugfix to last commit 7 years ago
  Erez Shinan 950f8817ed Oops!! Important bugfix to last commit 7 years ago
  Erez Shinan 2ca44bd74b Version bump 7 years ago
  Erez Shinan ac9ea26b58 Added token priority for standard lexers. 7 years ago
  Erez Shinan 5d41371fb3 Added resolve__antiscore_sum 7 years ago
  Erez Shinan d9b490f322 Refactoring for ambiguity resolution 7 years ago
  Erez Shinan 07fcc26422 Bugfix #21: Can now handle recursive ambiguity while still defending against infinite recursion 7 years ago
  Erez Shinan 9b8ae7aecb Bugfix: Fixed the %import TOKEN feature 7 years ago
  Erez Shinan 4e89084336 Oops 7 years ago
  Erez Shinan 121d54ec3a Fix for priority in Earley 7 years ago
  Erez Shinan 5c4c320c26 Small fixes 7 years ago
  Erez Shinan 0c5acaab8a Refactoring load_grammar 7 years ago
  Erez Shinan 57191c699f Version bump 7 years ago
  Erez Shinan 0d5dd2bd0d Improved README. Dynamic lexer now generates tokens. 7 years ago
  Erez Shinan feb95ec64d Earley now uses dynamic lexer by default. Bump to version 0.3.0 7 years ago
  Erez Shinan dda0719375 Post-merge cleanup 7 years ago
  Erez Shinan 996ac1e4d4 Complete solution. Only one test failing. 7 years ago
  Erez Shinan 4eec924403 Added prioritization to Earley. Use rule.1 etc. Highest priority will be selected in case of ambiguity. 7 years ago
  Erez Shinan e7edae0604 Working. All tests passing but two. Minor fixes probably. 7 years ago
  Erez Shinan da7eaa219d Version bump 7 years ago
  Erez Shinan 188386cf04 Fixed main bug in test_token_collision2. 7 years ago
  Erez Shinan 70fa3c6ea9 Tiny fix for issue #14 7 years ago