53 Cometimentos (1c57445fdc1e099ec96d32fe03bde1e538a0370f)

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