54 Revīzijas (67f372c994599c19978d0e0ad36b80dc17983b27)

Autors SHA1 Ziņojums Datums
  Erez Shinan b951b5f79c Significant reduction in memory consumption (Saving only parse-table instead of analysis instance) pirms 6 gadiem
  Erez Shinan 6578742c06 BUGFIX: Undefined symbols (Issue #87) pirms 6 gadiem
  Erez Shinan 07f45a0bd3 Style fixes pirms 6 gadiem
  Erez Shinan 6c28010581 Simplified grammar analysis. Improved performance of FIRST/FOLLOW calculations pirms 6 gadiem
  Erez Shinan 22e525f53e Fixed propagate positions. Added lexer_callbacks option. pirms 6 gadiem
  Erez Shinan 3d8b8b4725 A few more adaptations pirms 6 gadiem
  Erez Shinan b36b8165c7 Small fix pirms 6 gadiem
  Erez Shinan 748e9b7248 All relevant tests passing. Also indentation and other refactoring. pirms 6 gadiem
  Erez Shinan d173d6d66b Validate against zero-width terminals in XEarley (Issue #63) pirms 6 gadiem
  Erez Shinan 37c1c0f65f Better error message for bad regexps (Issue #62) pirms 6 gadiem
  Ehud Tamir 7c253b9372 Merge CYK parser. pirms 6 gadiem
  Erez Shinan 39e58cb8fd Post-refactor cleanup pirms 6 gadiem
  Erez Shinan 1cc4c965e8 Big Refactor: Grammars now build in half the time. Code shorter & cleaner. pirms 6 gadiem
  Erez Shinan 0ee80e675a Refactoring for LALR, added the ParseTable class pirms 6 gadiem
  Erez Shinan 5748920df4 BUGFIX in xearley + Feature: earley__predict_all pirms 6 gadiem
  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. pirms 6 gadiem
  Erez Shinan aede340449 Added earley__all_derivations due to performance concerns pirms 7 gadiem
  Erez Shinan 5d41371fb3 Added resolve__antiscore_sum pirms 7 gadiem
  Erez Shinan d9b490f322 Refactoring for ambiguity resolution pirms 7 gadiem
  Erez Shinan 5c4c320c26 Small fixes pirms 7 gadiem
  Erez Shinan 0d5dd2bd0d Improved README. Dynamic lexer now generates tokens. pirms 7 gadiem
  Erez Shinan dda0719375 Post-merge cleanup pirms 7 gadiem
  Erez Shinan 4eec924403 Added prioritization to Earley. Use rule.1 etc. Highest priority will be selected in case of ambiguity. pirms 7 gadiem
  Erez Shinan e7edae0604 Working. All tests passing but two. Minor fixes probably. pirms 7 gadiem
  Erez Shinan 8e2221b2fd Mid-work. A nice first try pirms 7 gadiem
  Erez Shinan f374e70b2c Feature: Added explicit ambiguity option for Earley pirms 7 gadiem
  Erez Shinan 00811a7c16 Don't construct a list of tokens, to reduce memory footprint pirms 7 gadiem
  Erez Shinan a73cc9ad90 Re-wrote the Earley parser to use a parse-forest pirms 7 gadiem
  Erez Shinan 680449fb6b A little bit of cleanup pirms 7 gadiem
  Erez Shinan 5c115acbd9 Final fixes for scanless (hopefully) pirms 7 gadiem
  Erez Shinan d230e7744c Pylint pirms 7 gadiem
  Erez Shinan a60c339ff7 Scanless Earley now working for all tests! pirms 7 gadiem
  Erez Shinan c9b45823ed Better support for scanless parsing pirms 7 gadiem
  Erez Shinan a5a20a423a Changed parser/lexer interface in lark. Bumped minor version pirms 7 gadiem
  Erez Shinan 4076256faa Reconstruct working again pirms 7 gadiem
  Erez Shinan c17558dd91 Official switched to my Earley implementation pirms 7 gadiem
  Erez Shinan 538f944602 My Earley parser is working pirms 7 gadiem
  Erez Shinan e4d3e74f6a Finished refactoring pirms 7 gadiem
  Erez Shinan d5123812b0 Another step of refactoring pirms 7 gadiem
  Erez Shinan 0b902b1d03 Added the '!' prefix to keep all tokens in rule. Also removed tools (it's now in lark/tools) pirms 7 gadiem
  Erez Shinan d4425887d6 Added conf.py example and indenter support in contextual lexing pirms 7 gadiem
  Erez Shinan 520ab88cd8 Added ContextualLexer for LALR. Working, but doesn't seem to improve speed. pirms 7 gadiem
  Erez Shinan da15f99edb Added the earley_nolex frontend, and a conf_nolex example to use it pirms 7 gadiem
  Erez Shinan 355afa8809 Fixed setup.py, version bump pirms 7 gadiem
  Erez Shinan fee18a8d8a Improvements and cleanup to the earley parser pirms 7 gadiem
  Erez Shinan f31482c236 Lint treatment pirms 7 gadiem
  Erez Shinan 7af3de208d Moved lexing responsibility to parser frontend pirms 7 gadiem
  Erez Shinan ab23c163d8 Fixed bug in lalr parser. Now testing both lalr & earley in test_parser pirms 7 gadiem
  Erez Shinan 115c4c6d21 A little order and refactoring pirms 7 gadiem
  Erez Shinan f1b2e1926c Now supports Python3! pirms 7 gadiem