29 Commits (67f372c994599c19978d0e0ad36b80dc17983b27)

Autor SHA1 Mensaje Fecha
  Erez Shinan 67f372c994 Symbols instead of strings - initial hace 6 años
  DrSlump e69d567bce example driven parser errors hace 6 años
  Erez Shinan b951b5f79c Significant reduction in memory consumption (Saving only parse-table instead of analysis instance) hace 6 años
  Parker ce26c7cced
Use loops for flow control instead of catching exceptions hace 6 años
  Erez Shinan 6c28010581 Simplified grammar analysis. Improved performance of FIRST/FOLLOW calculations hace 6 años
  Erez Shinan da1910f5b6 More refactoring towards standalone hace 6 años
  Erez Shinan 7182ba3991 Minor refactoring for the standalone tool (in progress) hace 6 años
  Erez Shinan 39e58cb8fd Post-refactor cleanup hace 6 años
  Erez Shinan 1cc4c965e8 Big Refactor: Grammars now build in half the time. Code shorter & cleaner. hace 6 años
  Erez Shinan 0ee80e675a Refactoring for LALR, added the ParseTable class hace 6 años
  Erez Shinan 5f5acca40b Cleaned up the LALR(1) parser hace 6 años
  Erez Shinan fbeb0e6e59 BUGFIX: tree-less transformer may hang for empty values (Issue #49) hace 6 años
  Erez Shinan 9d065c9642 LALR parser: towards generating a standalone (very far away still) hace 7 años
  Erez Shinan 4eec924403 Added prioritization to Earley. Use rule.1 etc. Highest priority will be selected in case of ambiguity. hace 7 años
  Erez Shinan 64d141e486 BUGFIX: Fixes a subtle bug in the LALR(1) parser. See the new test for details. hace 7 años
  Erez Shinan c70355389f Initial support for EBNF in tokens (automatic compilation to regexps) hace 7 años
  Erez Shinan 8e7395c6d6 Improved earley.py and added some comments to both parsers hace 7 años
  Erez Shinan e4d3e74f6a Finished refactoring hace 7 años
  Erez Shinan d5123812b0 Another step of refactoring hace 7 años
  Erez Shinan c8e6122148 Restored nice error reports hace 7 años
  Erez Shinan 520ab88cd8 Added ContextualLexer for LALR. Working, but doesn't seem to improve speed. hace 7 años
  Erez Shinan 387fa07818 Moved unless handling to lexer and improved code hace 7 años
  Erez Shinan 1602482608 Improved error reporting in Earley hace 7 años
  Erez Shinan 977025fded Small parser optimization hace 7 años
  Erez Shinan 717eabba2c A small parser optimization hace 7 años
  Erez Shinan 772f1cc0aa Improved error reporting hace 7 años
  Erez Shinan e201beab5f Fixed lexer newline counter and other stuff hace 7 años
  Erez Shinan ab23c163d8 Fixed bug in lalr parser. Now testing both lalr & earley in test_parser hace 7 años
  Erez Shinan 115c4c6d21 A little order and refactoring hace 7 años
  Erez Shinan f1b2e1926c Now supports Python3! hace 7 años
  Erez Shinan 56f68655ca Fixed a small bug in parser error reporting hace 7 años
  Erez Shinan 2e8f74c774 Better error reporting in lexer and lalr parser hace 7 años
  Erez Shinan cde2b677bb Added tests and lots of fixes and refactoring hace 7 años
  Erez Shinan 9e71f5a045 Added indentation support (for python-like languages) hace 7 años
  Erez Shinan d44658fa3f Now supports empty rules. Added some tests. All tests passing. hace 7 años
  Erez Shinan 73178d6ae0 Lark big first commit. Examples working. hace 7 años