16 Révisions (67f372c994599c19978d0e0ad36b80dc17983b27)

Auteur SHA1 Message Date
  Erez Shinan 67f372c994 Symbols instead of strings - initial il y a 6 ans
  Erez Shinan 61afbed17a A minor style fix (a possible memory usage improvement) il y a 6 ans
  Erez Shinan ba0dc789a3 Significantly better memory performance (Thanks @drslump!) il y a 6 ans
  Erez Shinan 9d84c52140 Better error message for reduce collisions in lalr il y a 6 ans
  Erez Shinan 6c28010581 Simplified grammar analysis. Improved performance of FIRST/FOLLOW calculations 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 0ee80e675a Refactoring for LALR, added the ParseTable class il y a 6 ans
  Erez Shinan 5f5acca40b Cleaned up the LALR(1) parser il y a 6 ans
  Erez Shinan eb007b297c Removed old versions of Earley parsers that are no longer used il y a 6 ans
  Erez Shinan 4eec924403 Added prioritization to Earley. Use rule.1 etc. Highest priority will be selected in case of ambiguity. 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 9f00b3fab7 Re-wrote Earley's mainloop implementation. Better performance. il y a 7 ans
  Erez Shinan 538f944602 My Earley parser is working il y a 7 ans
  Erez Shinan d5123812b0 Another step of refactoring il y a 7 ans
  Erez Shinan b95567c4a7 Another refactoring step il y a 7 ans
  Erez Shinan 972034fd2d Began refactoring of lalr_analysis -> grammar_analysis il y a 7 ans
  Erez Shinan f31482c236 Lint treatment il y a 7 ans
  Erez Shinan eabb86860d Added parsimonious to benchmarks il y a 7 ans
  Erez Shinan 977025fded Small parser optimization 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 cde2b677bb Added tests and lots of fixes and refactoring il y a 7 ans
  Erez Shinan d44658fa3f Now supports empty rules. Added some tests. All tests passing. il y a 7 ans
  Erez Shinan 73178d6ae0 Lark big first commit. Examples working. il y a 7 ans