76 Комити (67f372c994599c19978d0e0ad36b80dc17983b27)

Аутор SHA1 Порука Датум
  Erez Shinan 0f0776c0fa BUGIX in lexer: Embedding strings overwrote priority (Issue #121) пре 6 година
  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 4f2330fc9b Fixed bug in Earley prioritization пре 6 година
  Erez Shinan 25c3c51b1c Fixed bug in Earley: A tree builder optimization clashed with explicit ambiguity пре 6 година
  Erez Shinan 255ef0d973 Added error message for the alias syntax in terminals (Issue #97) пре 6 година
  Erez Shinan eba4a604cb Added tests for standalone generator пре 6 година
  Erez Shinan 6578742c06 BUGFIX: Undefined symbols (Issue #87) пре 6 година
  Erez Shinan 7d11dfa5cd FEATURE: Added support for ranged-repeat for rules and terminals (Issues #75, #19) пре 6 година
  Erez Shinan 22e525f53e Fixed propagate positions. Added lexer_callbacks option. пре 6 година
  Erez Shinan 748e9b7248 All relevant tests passing. Also indentation and other refactoring. пре 6 година
  Erez Shinan d173d6d66b Validate against zero-width terminals in XEarley (Issue #63) пре 6 година
  Erez Shinan 5fd331be54 BUGFIX: Internally repetitive rules are now handled silently (Issue #60) пре 6 година
  Erez Shinan 38c5fd244a Improved grammar validation and refactored the lexers пре 6 година
  Erez Shinan 2d04acf227 Version 0.5.0 is out with lots of improvements пре 6 година
  Erez Shinan 209ac5ab4e BUGFIX: Mishandling of quotes (Issue #50) пре 6 година
  Erez Shinan dcb7297c30 Flags are now part of the terminal identity пре 6 година
  Erez Shinan 6f85ca4294 %ignore bug fixed in xearley (thanks to issue #44) пре 6 година
  Erez Shinan 34449651bf Added UnexpectedInput exception (with line & column) to xearley (Issue #43) пре 6 година
  Erez Shinan 08a8a747b8 Fixed escaping for all tests пре 6 година
  Erez Shinan 593446d025 Improved Readme пре 6 година
  Erez Shinan 27fb1889cf Added test пре 6 година
  Erez Shinan 816266a5eb BUGFIX for issue #24: Dynamic Earley mishandled %ignore tokens пре 6 година
  Erez Shinan 692307f683 Added the fruitflies test. Found bug in scanless reconstruction of tokens пре 6 година
  Erez Shinan e8810e3b80 Fixed some deprecation warnings due to changes in Py3.6 regexps пре 6 година
  Erez Shinan baae08e399 Fixed tree-construction semantics: Alias now overrides the "?rule" operator пре 6 година
  Erez Shinan 035eea234f BUGFIX: Tree comparison in Earley wasn't hashed, which caused a huge spike in run-time for some cases. пре 6 година
  Kaspar Emanuel e05c62ca06 Add test for nearley include of unicode пре 7 година
  Kaspar Emanuel b491138d9a Make nearley tool main testable and test it пре 7 година
  Kaspar Emanuel 25399b4a21 Add tests for utf8 with nearley пре 7 година
  Erez Shinan b532bf4e3c Fixed test пре 7 година
  Erez Shinan 19a9c9c206 Towards an introspectable tree-builder. Also added tests. пре 7 година
  Kaspar Emanuel ed04b22c4c Fix UTF-8 test пре 7 година
  Kaspar Emanuel 7d21c754a1 Add test for UTF-8 characters in grammar пре 7 година
  Kaspar Emanuel 15c0ef1570 Switch nearley submodule to original repo пре 7 година
  Kaspar Emanuel ceae390650 Add test for multi-include пре 7 година
  Kaspar Emanuel 1bf1c1f0f9 Remove unused import пре 7 година
  Kaspar Emanuel f82ba5ea3b Make nearley css test load grammar from submodule пре 7 година
  Kaspar Emanuel 21ecd9a319 Write test for nearley include пре 7 година
  Kaspar Emanuel a87bcf3097 Convert nearley css test into unit test пре 7 година
  Erez Shinan aede340449 Added earley__all_derivations due to performance concerns пре 7 година
  Erez Shinan 950f8817ed Oops!! Important bugfix to last commit пре 7 година
  Erez Shinan ac9ea26b58 Added token priority for standard lexers. пре 7 година
  Erez Shinan 5d41371fb3 Added resolve__antiscore_sum пре 7 година
  Erez Shinan 9b8ae7aecb Bugfix: Fixed the %import TOKEN feature пре 7 година
  Erez Shinan 0c5acaab8a Refactoring load_grammar пре 7 година
  Erez Shinan dda0719375 Post-merge cleanup пре 7 година
  Erez Shinan 4eec924403 Added prioritization to Earley. Use rule.1 etc. Highest priority will be selected in case of ambiguity. пре 7 година
  Erez Shinan ee8dd8b3f3 Added a test suggested by James McLaughlin пре 7 година
  Erez Shinan 1da851516c Added option: Keep all tokens пре 7 година