41 Commit (15c0ef15701fa68e22e02eee76a00a04e169cb2d)

Autore SHA1 Messaggio Data
  Kaspar Emanuel 15c0ef1570 Switch nearley submodule to original repo 7 anni fa
  Kaspar Emanuel ceae390650 Add test for multi-include 7 anni fa
  Kaspar Emanuel 1bf1c1f0f9 Remove unused import 7 anni fa
  Kaspar Emanuel f82ba5ea3b Make nearley css test load grammar from submodule 7 anni fa
  Kaspar Emanuel 21ecd9a319 Write test for nearley include 7 anni fa
  Kaspar Emanuel a87bcf3097 Convert nearley css test into unit test 7 anni fa
  Erez Shinan aede340449 Added earley__all_derivations due to performance concerns 7 anni fa
  Erez Shinan 950f8817ed Oops!! Important bugfix to last commit 7 anni fa
  Erez Shinan ac9ea26b58 Added token priority for standard lexers. 7 anni fa
  Erez Shinan 5d41371fb3 Added resolve__antiscore_sum 7 anni fa
  Erez Shinan 9b8ae7aecb Bugfix: Fixed the %import TOKEN feature 7 anni fa
  Erez Shinan 0c5acaab8a Refactoring load_grammar 7 anni fa
  Erez Shinan dda0719375 Post-merge cleanup 7 anni fa
  Erez Shinan 4eec924403 Added prioritization to Earley. Use rule.1 etc. Highest priority will be selected in case of ambiguity. 7 anni fa
  Erez Shinan ee8dd8b3f3 Added a test suggested by James McLaughlin 7 anni fa
  Erez Shinan 1da851516c Added option: Keep all tokens 7 anni fa
  Erez Shinan 64d141e486 BUGFIX: Fixes a subtle bug in the LALR(1) parser. See the new test for details. 7 anni fa
  Erez Shinan 5946e78ed2 Bugfix for Scanless Earley. Thanks Ken! 7 anni fa
  Erez Shinan 8e2221b2fd Mid-work. A nice first try 7 anni fa
  Erez Shinan d43afcf74a Trying travis support 7 anni fa
  Erez Shinan f374e70b2c Feature: Added explicit ambiguity option for Earley 7 anni fa
  Erez Shinan 1685f94ea3 BUGFIX: Solved an elusive bug in Earley parser, when empty rules repeat in the same column 7 anni fa
  Erez Shinan 794a1c4965 More flags work 7 anni fa
  Erez Shinan 34acc4674e Added flag options to terminals (just 'i' for now) 7 anni fa
  Erez Shinan 24f86569da Fixed issue #3 (infinite recursion in grammar) 7 anni fa
  Erez Shinan a73cc9ad90 Re-wrote the Earley parser to use a parse-forest 7 anni fa
  Erez Shinan 29718a9a3a Bugfix in scanless 7 anni fa
  Erez Shinan d8cbd239d7 Fixed a bug in string evaluation 7 anni fa
  Erez Shinan c1fbb3214c Earley.lexer = None as default now 7 anni fa
  Erez Shinan a60c339ff7 Scanless Earley now working for all tests! 7 anni fa
  Erez Shinan be6aa4f726 Fixed string escaping and unicode handling 7 anni fa
  Erez Shinan 2973167cf0 Added a test for empty rules 7 anni fa
  Erez Shinan c9b45823ed Better support for scanless parsing 7 anni fa
  Erez Shinan a5a20a423a Changed parser/lexer interface in lark. Bumped minor version 7 anni fa
  Erez Shinan fbba305a9e Fixed grammars 7 anni fa
  Erez Shinan 5236e4a32a Refactored TokenDef to store Pattern(Str/RE) 7 anni fa
  Erez Shinan c70355389f Initial support for EBNF in tokens (automatic compilation to regexps) 7 anni fa
  Erez Shinan 520ab88cd8 Added ContextualLexer for LALR. Working, but doesn't seem to improve speed. 7 anni fa
  Erez Shinan 09a80ed222 Fixed bug in lexer where unidentical tokens got the same name 7 anni fa
  Erez Shinan 2f6f3f9a31 Changed to the MIT license 7 anni fa