23 Commits (64d141e486ef8b783861e2af53482bb786d9bfff)

Autor SHA1 Mensaje Fecha
  Erez Shinan 64d141e486 BUGFIX: Fixes a subtle bug in the LALR(1) parser. See the new test for details. hace 7 años
  Erez Shinan 5946e78ed2 Bugfix for Scanless Earley. Thanks Ken! hace 7 años
  Erez Shinan d43afcf74a Trying travis support hace 7 años
  Erez Shinan f374e70b2c Feature: Added explicit ambiguity option for Earley hace 7 años
  Erez Shinan 1685f94ea3 BUGFIX: Solved an elusive bug in Earley parser, when empty rules repeat in the same column hace 7 años
  Erez Shinan 794a1c4965 More flags work hace 7 años
  Erez Shinan 34acc4674e Added flag options to terminals (just 'i' for now) hace 7 años
  Erez Shinan 24f86569da Fixed issue #3 (infinite recursion in grammar) hace 7 años
  Erez Shinan a73cc9ad90 Re-wrote the Earley parser to use a parse-forest hace 7 años
  Erez Shinan 29718a9a3a Bugfix in scanless hace 7 años
  Erez Shinan d8cbd239d7 Fixed a bug in string evaluation hace 7 años
  Erez Shinan c1fbb3214c Earley.lexer = None as default now hace 7 años
  Erez Shinan a60c339ff7 Scanless Earley now working for all tests! hace 7 años
  Erez Shinan be6aa4f726 Fixed string escaping and unicode handling hace 7 años
  Erez Shinan 2973167cf0 Added a test for empty rules hace 7 años
  Erez Shinan c9b45823ed Better support for scanless parsing hace 7 años
  Erez Shinan a5a20a423a Changed parser/lexer interface in lark. Bumped minor version hace 7 años
  Erez Shinan fbba305a9e Fixed grammars hace 7 años
  Erez Shinan 5236e4a32a Refactored TokenDef to store Pattern(Str/RE) hace 7 años
  Erez Shinan c70355389f Initial support for EBNF in tokens (automatic compilation to regexps) hace 7 años
  Erez Shinan 520ab88cd8 Added ContextualLexer for LALR. Working, but doesn't seem to improve speed. hace 7 años
  Erez Shinan 09a80ed222 Fixed bug in lexer where unidentical tokens got the same name hace 7 años
  Erez Shinan 2f6f3f9a31 Changed to the MIT license hace 7 años
  Erez Shinan 8b9c5801da Improved lexer, added profiler option to Lark hace 7 años
  Erez Shinan ab23c163d8 Fixed bug in lalr parser. Now testing both lalr & earley in test_parser hace 7 años
  Erez Shinan 115c4c6d21 A little order and refactoring hace 7 años
  Erez Shinan d55598a831 Fixed aliases (broken by re-write of load_grammar) hace 7 años
  Erez Shinan 8b182b37c0 Added an automatic 'unless' mechanism for (some) colliding tokens hace 7 años
  Erez Shinan 2e8f74c774 Better error reporting in lexer and lalr parser hace 7 años
  Erez Shinan cde2b677bb Added tests and lots of fixes and refactoring hace 7 años