44 次程式碼提交 (2bd23b1b62be73cdc0a5b7fc7368cbc34f4cbb2d)

作者 SHA1 備註 提交日期
  Erez Shinan 950f8817ed Oops!! Important bugfix to last commit 7 年之前
  Erez Shinan ac9ea26b58 Added token priority for standard lexers. 7 年之前
  Erez Shinan 9b8ae7aecb Bugfix: Fixed the %import TOKEN feature 7 年之前
  Erez Shinan 5c4c320c26 Small fixes 7 年之前
  Erez Shinan 0c5acaab8a Refactoring load_grammar 7 年之前
  Erez Shinan 4eec924403 Added prioritization to Earley. Use rule.1 etc. Highest priority will be selected in case of ambiguity. 7 年之前
  Erez Shinan 5946e78ed2 Bugfix for Scanless Earley. Thanks Ken! 7 年之前
  Erez Shinan c90b933a33 Made load_grammar a tiny bit nicer 7 年之前
  Erez Shinan 9ef3670ea2 Improved error messages 7 年之前
  Erez Shinan 89edd9f30f Bugfix in scanless mode 7 年之前
  Erez Shinan 794a1c4965 More flags work 7 年之前
  Erez Shinan 34acc4674e Added flag options to terminals (just 'i' for now) 7 年之前
  Erez Shinan a73cc9ad90 Re-wrote the Earley parser to use a parse-forest 7 年之前
  Erez Shinan 29718a9a3a Bugfix in scanless 7 年之前
  Erez Shinan 680449fb6b A little bit of cleanup 7 年之前
  Erez Shinan d8cbd239d7 Fixed a bug in string evaluation 7 年之前
  Erez Shinan e151d22ea2 examples.reconstruct_json now working with scanless 7 年之前
  Erez Shinan 5c115acbd9 Final fixes for scanless (hopefully) 7 年之前
  Erez Shinan d230e7744c Pylint 7 年之前
  Erez Shinan a60c339ff7 Scanless Earley now working for all tests! 7 年之前
  Erez Shinan be6aa4f726 Fixed string escaping and unicode handling 7 年之前
  Erez Shinan c9b45823ed Better support for scanless parsing 7 年之前
  Erez Shinan 5236e4a32a Refactored TokenDef to store Pattern(Str/RE) 7 年之前
  Erez Shinan a0bb661c61 Token import now working 7 年之前
  Erez Shinan c70355389f Initial support for EBNF in tokens (automatic compilation to regexps) 7 年之前
  Erez Shinan 0b902b1d03 Added the '!' prefix to keep all tokens in rule. Also removed tools (it's now in lark/tools) 7 年之前
  Erez Shinan 3d4ee92829 Fixed bug in load_grammar. Improved nearley converter 7 年之前
  Erez Shinan f31482c236 Lint treatment 7 年之前
  Erez Shinan 7af3de208d Moved lexing responsibility to parser frontend 7 年之前
  Erez Shinan 387fa07818 Moved unless handling to lexer and improved code 7 年之前
  Erez Shinan 09a80ed222 Fixed bug in lexer where unidentical tokens got the same name 7 年之前
  Erez Shinan ee798f81f2 Fixed bug where identical anonymous tokens got separate names 7 年之前
  Erez Shinan 772f1cc0aa Improved error reporting 7 年之前
  Erez Shinan 2ee72baf09 Added a few anon-token names 7 年之前
  Erez Shinan f1b2e1926c Now supports Python3! 7 年之前
  Erez Shinan d55598a831 Fixed aliases (broken by re-write of load_grammar) 7 年之前
  Erez Shinan 8b182b37c0 Added an automatic 'unless' mechanism for (some) colliding tokens 7 年之前
  Erez Shinan 2e8f74c774 Better error reporting in lexer and lalr parser 7 年之前
  Erez Shinan cde2b677bb Added tests and lots of fixes and refactoring 7 年之前
  Erez Shinan aecb4f5aa7 Added regex embedding for tokens 7 年之前
  Erez Shinan faf66c93f0 Fixed possible tokens collisions (strings are now always tested before regexps) 7 年之前
  Erez Shinan d44658fa3f Now supports empty rules. Added some tests. All tests passing. 7 年之前
  Erez Shinan 92ce395ea8 Earley & Lalr both working an generating AST. Examples now use inline_args 7 年之前
  Erez Shinan 73178d6ae0 Lark big first commit. Examples working. 7 年之前