25 Commits (00811a7c167e07b77604b39228c4e6275ab8e9cc)

Author SHA1 Message Date
  Erez Shinan 00811a7c16 Don't construct a list of tokens, to reduce memory footprint 8 years ago
  Erez Shinan a73cc9ad90 Re-wrote the Earley parser to use a parse-forest 8 years ago
  Erez Shinan 680449fb6b A little bit of cleanup 8 years ago
  Erez Shinan 5c115acbd9 Final fixes for scanless (hopefully) 8 years ago
  Erez Shinan d230e7744c Pylint 8 years ago
  Erez Shinan a60c339ff7 Scanless Earley now working for all tests! 8 years ago
  Erez Shinan c9b45823ed Better support for scanless parsing 8 years ago
  Erez Shinan a5a20a423a Changed parser/lexer interface in lark. Bumped minor version 8 years ago
  Erez Shinan 4076256faa Reconstruct working again 8 years ago
  Erez Shinan c17558dd91 Official switched to my Earley implementation 8 years ago
  Erez Shinan 538f944602 My Earley parser is working 8 years ago
  Erez Shinan e4d3e74f6a Finished refactoring 8 years ago
  Erez Shinan d5123812b0 Another step of refactoring 8 years ago
  Erez Shinan 0b902b1d03 Added the '!' prefix to keep all tokens in rule. Also removed tools (it's now in lark/tools) 8 years ago
  Erez Shinan d4425887d6 Added conf.py example and indenter support in contextual lexing 8 years ago
  Erez Shinan 520ab88cd8 Added ContextualLexer for LALR. Working, but doesn't seem to improve speed. 8 years ago
  Erez Shinan da15f99edb Added the earley_nolex frontend, and a conf_nolex example to use it 8 years ago
  Erez Shinan 355afa8809 Fixed setup.py, version bump 8 years ago
  Erez Shinan fee18a8d8a Improvements and cleanup to the earley parser 8 years ago
  Erez Shinan f31482c236 Lint treatment 8 years ago
  Erez Shinan 7af3de208d Moved lexing responsibility to parser frontend 8 years ago
  Erez Shinan ab23c163d8 Fixed bug in lalr parser. Now testing both lalr & earley in test_parser 8 years ago
  Erez Shinan 115c4c6d21 A little order and refactoring 8 years ago
  Erez Shinan f1b2e1926c Now supports Python3! 8 years ago
  Erez Shinan cde2b677bb Added tests and lots of fixes and refactoring 8 years ago