31 コミット (07fcc26422d2cded7562bdfa443e1663e84498e8)

作成者 SHA1 メッセージ 日付
  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年前
  Erez Shinan 64d141e486 BUGFIX: Fixes a subtle bug in the LALR(1) parser. See the new test for details. 7年前
  Erez Shinan 5946e78ed2 Bugfix for Scanless Earley. Thanks Ken! 7年前
  Erez Shinan 8e2221b2fd Mid-work. A nice first try 7年前
  Erez Shinan d43afcf74a Trying travis support 7年前
  Erez Shinan f374e70b2c Feature: Added explicit ambiguity option for Earley 7年前
  Erez Shinan 1685f94ea3 BUGFIX: Solved an elusive bug in Earley parser, when empty rules repeat in the same column 7年前
  Erez Shinan 794a1c4965 More flags work 7年前
  Erez Shinan 34acc4674e Added flag options to terminals (just 'i' for now) 7年前
  Erez Shinan 24f86569da Fixed issue #3 (infinite recursion in grammar) 7年前
  Erez Shinan a73cc9ad90 Re-wrote the Earley parser to use a parse-forest 7年前
  Erez Shinan 29718a9a3a Bugfix in scanless 7年前
  Erez Shinan d8cbd239d7 Fixed a bug in string evaluation 7年前
  Erez Shinan c1fbb3214c Earley.lexer = None as default now 7年前
  Erez Shinan a60c339ff7 Scanless Earley now working for all tests! 7年前
  Erez Shinan be6aa4f726 Fixed string escaping and unicode handling 7年前
  Erez Shinan 2973167cf0 Added a test for empty rules 7年前
  Erez Shinan c9b45823ed Better support for scanless parsing 7年前
  Erez Shinan a5a20a423a Changed parser/lexer interface in lark. Bumped minor version 7年前
  Erez Shinan fbba305a9e Fixed grammars 7年前
  Erez Shinan 5236e4a32a Refactored TokenDef to store Pattern(Str/RE) 7年前
  Erez Shinan c70355389f Initial support for EBNF in tokens (automatic compilation to regexps) 7年前
  Erez Shinan 520ab88cd8 Added ContextualLexer for LALR. Working, but doesn't seem to improve speed. 7年前
  Erez Shinan 09a80ed222 Fixed bug in lexer where unidentical tokens got the same name 7年前
  Erez Shinan 2f6f3f9a31 Changed to the MIT license 7年前