30 Комити (67f372c994599c19978d0e0ad36b80dc17983b27)

Аутор SHA1 Порука Датум
  Ramon Klass 1854b81ebc interpreter: default behavior changed to return the values instead of discarding them, added test showcasing the behavior пре 6 година
  Ramon Klass f5550b3040 Implemented a new visitor class (Interpreter) that works top-down (PR #130) пре 6 година
  Erez Shinan b9e1e444c9 Added SlottedTree пре 6 година
  Erez Shinan d5c617f0fe BUGFIX: Non-linearity in tree construction, causing performance issues for large inputs (Issue #94) пре 6 година
  Erez Shinan 3d8b8b4725 A few more adaptations пре 6 година
  Chris McKinney d8fbf92fea Fixed TypeError on pretty-printing tuples in tree пре 6 година
  Ehud Tamir 7c253b9372 Merge CYK parser. пре 6 година
  Erez Shinan 5ac4120b71 Stand-alone tool working for LALR+traditional lexer (first commit) пре 6 година
  Erez Shinan da1910f5b6 More refactoring towards standalone пре 6 година
  Kevin Latimer 240cf1ca21 Bug fixes to Transformer_NoRecurse пре 6 година
  Kevin Latimer 26ce48b940 Bug fix for Discard and make the syntax more pythonic пре 6 година
  Kevin Latimer a5625a3be9 Add delete functionality пре 6 година
  Erez Shinan cb18cf5e77 BUGFIX: iter_trees() wasn't consistent with a recursive order (Issue #47) пре 6 година
  Erez Shinan 593446d025 Improved Readme пре 6 година
  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. пре 6 година
  Erez Shinan 5d41371fb3 Added resolve__antiscore_sum пре 7 година
  Erez Shinan 5c4c320c26 Small fixes пре 7 година
  Erez Shinan 0c5acaab8a Refactoring load_grammar пре 7 година
  Erez Shinan 9570918005 Improved: efficiency of iter_subtrees(), customizability of pretty() пре 7 година
  Erez Shinan ae2834862e Improved README and added tree-to-pydot utility function пре 7 година
  Erez Shinan a73cc9ad90 Re-wrote the Earley parser to use a parse-forest пре 7 година
  Erez Shinan a0bb661c61 Token import now working пре 7 година
  Erez Shinan c70355389f Initial support for EBNF in tokens (automatic compilation to regexps) пре 7 година
  Erez Shinan f31482c236 Lint treatment пре 7 година
  Erez Shinan 115c4c6d21 A little order and refactoring пре 7 година
  Erez Shinan f1b2e1926c Now supports Python3! пре 7 година
  Erez Shinan cde2b677bb Added tests and lots of fixes and refactoring пре 7 година
  Erez Shinan d44658fa3f Now supports empty rules. Added some tests. All tests passing. пре 7 година
  Erez Shinan 92ce395ea8 Earley & Lalr both working an generating AST. Examples now use inline_args пре 7 година
  Erez Shinan 73178d6ae0 Lark big first commit. Examples working. пре 7 година