40 Révisions (ceae3906504d6002cfdebe5f5257ff523904e4bd)

Auteur SHA1 Message Date
  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
  Erez Shinan 2973167cf0 Added a test for empty rules il y a 7 ans
  Erez Shinan c9b45823ed Better support for scanless parsing il y a 7 ans
  Erez Shinan a5a20a423a Changed parser/lexer interface in lark. Bumped minor version il y a 7 ans
  Erez Shinan fbba305a9e Fixed grammars il y a 7 ans
  Erez Shinan 5236e4a32a Refactored TokenDef to store Pattern(Str/RE) il y a 7 ans
  Erez Shinan c70355389f Initial support for EBNF in tokens (automatic compilation to regexps) il y a 7 ans
  Erez Shinan 520ab88cd8 Added ContextualLexer for LALR. Working, but doesn't seem to improve speed. il y a 7 ans
  Erez Shinan 09a80ed222 Fixed bug in lexer where unidentical tokens got the same name il y a 7 ans
  Erez Shinan 2f6f3f9a31 Changed to the MIT license il y a 7 ans