22 Révisions (67f372c994599c19978d0e0ad36b80dc17983b27)

Auteur SHA1 Message Date
  Erez Shinan 327cca8c00 Added 'considered_rules' to exceptions, to help users debug il y a 6 ans
  Erez Shinan 07f45a0bd3 Style fixes il y a 6 ans
  Erez Shinan 710cb6d20b Added more information in UnexpectedInput exception (Issue #78) il y a 6 ans
  Erez Shinan 38c5fd244a Improved grammar validation and refactored the lexers il y a 6 ans
  Erez Shinan 39e58cb8fd Post-refactor cleanup il y a 6 ans
  Erez Shinan 1cc4c965e8 Big Refactor: Grammars now build in half the time. Code shorter & cleaner. il y a 6 ans
  Erez Shinan 5748920df4 BUGFIX in xearley + Feature: earley__predict_all il y a 6 ans
  Erez Shinan e77433f19a Superficial improvement to Earley il y a 6 ans
  Erez Shinan c91bb61a43 XEarley: Better exception when can't find a solution il y a 6 ans
  Erez Shinan 6f85ca4294 %ignore bug fixed in xearley (thanks to issue #44) il y a 6 ans
  Erez Shinan 34449651bf Added UnexpectedInput exception (with line & column) to xearley (Issue #43) il y a 6 ans
  Erez Shinan 0155d3d956 A few more fixes il y a 6 ans
  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. il y a 6 ans
  Erez Shinan a8aa908a4e BUGFIX in Dynamic Earley when ending with an %ignore token il y a 6 ans
  Erez Shinan 816266a5eb BUGFIX for issue #24: Dynamic Earley mishandled %ignore tokens il y a 6 ans
  Erez Shinan d9b490f322 Refactoring for ambiguity resolution il y a 7 ans
  Erez Shinan 07fcc26422 Bugfix #21: Can now handle recursive ambiguity while still defending against infinite recursion il y a 7 ans
  Erez Shinan 0d5dd2bd0d Improved README. Dynamic lexer now generates tokens. il y a 7 ans
  Erez Shinan feb95ec64d Earley now uses dynamic lexer by default. Bump to version 0.3.0 il y a 7 ans
  Erez Shinan dda0719375 Post-merge cleanup il y a 7 ans
  Erez Shinan 996ac1e4d4 Complete solution. Only one test failing. il y a 7 ans
  Erez Shinan e7edae0604 Working. All tests passing but two. Minor fixes probably. il y a 7 ans
  Erez Shinan 70fa3c6ea9 Tiny fix for issue #14 il y a 7 ans
  Erez Shinan 48efa6500a Improvements to the Earley parser ambiguity resolution il y a 7 ans
  Erez Shinan 686e796a62 Small improvements to Earley il y a 7 ans
  Erez Shinan 32cbf1eb19 Improvements to the Earley parser code il y a 7 ans
  Erez Shinan f374e70b2c Feature: Added explicit ambiguity option for Earley il y a 7 ans
  Erez Shinan 1685f94ea3 BUGFIX: Solved an elusive bug in Earley parser, when empty rules repeat in the same column il y a 7 ans
  Erez Shinan 00811a7c16 Don't construct a list of tokens, to reduce memory footprint il y a 7 ans
  Erez Shinan 24f86569da Fixed issue #3 (infinite recursion in grammar) il y a 7 ans
  Erez Shinan a73cc9ad90 Re-wrote the Earley parser to use a parse-forest il y a 7 ans
  Erez Shinan 616dc9f300 Added stuff to README il y a 7 ans
  Erez Shinan 29718a9a3a Bugfix in scanless il y a 7 ans
  Erez Shinan 5c115acbd9 Final fixes for scanless (hopefully) il y a 7 ans
  Erez Shinan 302dad36fe Dramatically improved memory consumption of Earley parser il y a 7 ans
  Erez Shinan a60c339ff7 Scanless Earley now working for all tests! il y a 7 ans
  Erez Shinan 8e7395c6d6 Improved earley.py and added some comments to both parsers il y a 7 ans
  Erez Shinan a0fbecee70 Tiny improvement in Earley il y a 7 ans
  Erez Shinan 9f00b3fab7 Re-wrote Earley's mainloop implementation. Better performance. il y a 7 ans
  Erez Shinan 4076256faa Reconstruct working again il y a 7 ans
  Erez Shinan c14435ac95 Some cleanup il y a 7 ans
  Erez Shinan c17558dd91 Official switched to my Earley implementation il y a 7 ans
  Erez Shinan da15f99edb Added the earley_nolex frontend, and a conf_nolex example to use it il y a 7 ans
  Erez Shinan fee18a8d8a Improvements and cleanup to the earley parser il y a 7 ans
  Erez Shinan f31482c236 Lint treatment il y a 7 ans
  Erez Shinan 1602482608 Improved error reporting in Earley il y a 7 ans
  Erez Shinan ab23c163d8 Fixed bug in lalr parser. Now testing both lalr & earley in test_parser il y a 7 ans
  Erez Shinan 115c4c6d21 A little order and refactoring il y a 7 ans
  Erez Shinan f1b2e1926c Now supports Python3! il y a 7 ans
  Erez Shinan 92ce395ea8 Earley & Lalr both working an generating AST. Examples now use inline_args il y a 7 ans