61 Révisions (84791b153479cef464aa57506d3b316127ad0a61)

Auteur SHA1 Message Date
  Erez Shinan 209ac5ab4e BUGFIX: Mishandling of quotes (Issue #50) il y a 6 ans
  Erez Shinan dcb7297c30 Flags are now part of the terminal identity il y a 6 ans
  Erez Shinan 6f85ca4294 %ignore bug fixed in xearley (thanks to issue #44) il y a 6 ans
  Erez Shinan 34449651bf Added UnexpectedInput exception (with line & column) to xearley (Issue #43) il y a 6 ans
  Erez Shinan 08a8a747b8 Fixed escaping for all tests il y a 6 ans
  Erez Shinan 593446d025 Improved Readme il y a 6 ans
  Erez Shinan 27fb1889cf Added test il y a 6 ans
  Erez Shinan 816266a5eb BUGFIX for issue #24: Dynamic Earley mishandled %ignore tokens il y a 6 ans
  Erez Shinan 692307f683 Added the fruitflies test. Found bug in scanless reconstruction of tokens il y a 6 ans
  Erez Shinan e8810e3b80 Fixed some deprecation warnings due to changes in Py3.6 regexps il y a 6 ans
  Erez Shinan baae08e399 Fixed tree-construction semantics: Alias now overrides the "?rule" operator il y a 6 ans
  Erez Shinan 035eea234f BUGFIX: Tree comparison in Earley wasn't hashed, which caused a huge spike in run-time for some cases. il y a 6 ans
  Kaspar Emanuel e05c62ca06 Add test for nearley include of unicode il y a 7 ans
  Kaspar Emanuel b491138d9a Make nearley tool main testable and test it il y a 7 ans
  Kaspar Emanuel 25399b4a21 Add tests for utf8 with nearley il y a 7 ans
  Erez Shinan b532bf4e3c Fixed test il y a 7 ans
  Erez Shinan 19a9c9c206 Towards an introspectable tree-builder. Also added tests. il y a 7 ans
  Kaspar Emanuel ed04b22c4c Fix UTF-8 test il y a 7 ans
  Kaspar Emanuel 7d21c754a1 Add test for UTF-8 characters in grammar il y a 7 ans
  Kaspar Emanuel 15c0ef1570 Switch nearley submodule to original repo il y a 7 ans
  Kaspar Emanuel ceae390650 Add test for multi-include il y a 7 ans
  Kaspar Emanuel 1bf1c1f0f9 Remove unused import il y a 7 ans
  Kaspar Emanuel f82ba5ea3b Make nearley css test load grammar from submodule il y a 7 ans
  Kaspar Emanuel 21ecd9a319 Write test for nearley include il y a 7 ans
  Kaspar Emanuel a87bcf3097 Convert nearley css test into unit test il y a 7 ans
  Erez Shinan aede340449 Added earley__all_derivations due to performance concerns il y a 7 ans
  Erez Shinan 950f8817ed Oops!! Important bugfix to last commit il y a 7 ans
  Erez Shinan ac9ea26b58 Added token priority for standard lexers. il y a 7 ans
  Erez Shinan 5d41371fb3 Added resolve__antiscore_sum il y a 7 ans
  Erez Shinan 9b8ae7aecb Bugfix: Fixed the %import TOKEN feature il y a 7 ans
  Erez Shinan 0c5acaab8a Refactoring load_grammar il y a 7 ans
  Erez Shinan dda0719375 Post-merge cleanup il y a 7 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 ee8dd8b3f3 Added a test suggested by James McLaughlin il y a 7 ans
  Erez Shinan 1da851516c Added option: Keep all tokens il y a 7 ans
  Erez Shinan 64d141e486 BUGFIX: Fixes a subtle bug in the LALR(1) parser. See the new test for details. il y a 7 ans
  Erez Shinan 5946e78ed2 Bugfix for Scanless Earley. Thanks Ken! il y a 7 ans
  Erez Shinan 8e2221b2fd Mid-work. A nice first try il y a 7 ans
  Erez Shinan d43afcf74a Trying travis support il y a 7 ans
  Erez Shinan f374e70b2c Feature: Added explicit ambiguity option for Earley il y a 7 ans
  Erez Shinan 1685f94ea3 BUGFIX: Solved an elusive bug in Earley parser, when empty rules repeat in the same column il y a 7 ans
  Erez Shinan 794a1c4965 More flags work il y a 7 ans
  Erez Shinan 34acc4674e Added flag options to terminals (just 'i' for now) il y a 7 ans
  Erez Shinan 24f86569da Fixed issue #3 (infinite recursion in grammar) 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 29718a9a3a Bugfix in scanless il y a 7 ans
  Erez Shinan d8cbd239d7 Fixed a bug in string evaluation il y a 7 ans
  Erez Shinan c1fbb3214c Earley.lexer = None as default now il y a 7 ans
  Erez Shinan a60c339ff7 Scanless Earley now working for all tests! il y a 7 ans
  Erez Shinan be6aa4f726 Fixed string escaping and unicode handling il y a 7 ans