44 Commits (2bd23b1b62be73cdc0a5b7fc7368cbc34f4cbb2d)

Autor SHA1 Mensaje Fecha
  Erez Shinan 950f8817ed Oops!! Important bugfix to last commit hace 7 años
  Erez Shinan ac9ea26b58 Added token priority for standard lexers. hace 7 años
  Erez Shinan 9b8ae7aecb Bugfix: Fixed the %import TOKEN feature hace 7 años
  Erez Shinan 5c4c320c26 Small fixes hace 7 años
  Erez Shinan 0c5acaab8a Refactoring load_grammar hace 7 años
  Erez Shinan 4eec924403 Added prioritization to Earley. Use rule.1 etc. Highest priority will be selected in case of ambiguity. hace 7 años
  Erez Shinan 5946e78ed2 Bugfix for Scanless Earley. Thanks Ken! hace 7 años
  Erez Shinan c90b933a33 Made load_grammar a tiny bit nicer hace 7 años
  Erez Shinan 9ef3670ea2 Improved error messages hace 7 años
  Erez Shinan 89edd9f30f Bugfix in scanless mode 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 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 680449fb6b A little bit of cleanup hace 7 años
  Erez Shinan d8cbd239d7 Fixed a bug in string evaluation hace 7 años
  Erez Shinan e151d22ea2 examples.reconstruct_json now working with scanless hace 7 años
  Erez Shinan 5c115acbd9 Final fixes for scanless (hopefully) hace 7 años
  Erez Shinan d230e7744c Pylint 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 c9b45823ed Better support for scanless parsing hace 7 años
  Erez Shinan 5236e4a32a Refactored TokenDef to store Pattern(Str/RE) hace 7 años
  Erez Shinan a0bb661c61 Token import now working hace 7 años
  Erez Shinan c70355389f Initial support for EBNF in tokens (automatic compilation to regexps) hace 7 años
  Erez Shinan 0b902b1d03 Added the '!' prefix to keep all tokens in rule. Also removed tools (it's now in lark/tools) hace 7 años
  Erez Shinan 3d4ee92829 Fixed bug in load_grammar. Improved nearley converter hace 7 años
  Erez Shinan f31482c236 Lint treatment hace 7 años
  Erez Shinan 7af3de208d Moved lexing responsibility to parser frontend hace 7 años
  Erez Shinan 387fa07818 Moved unless handling to lexer and improved code hace 7 años
  Erez Shinan 09a80ed222 Fixed bug in lexer where unidentical tokens got the same name hace 7 años
  Erez Shinan ee798f81f2 Fixed bug where identical anonymous tokens got separate names hace 7 años
  Erez Shinan 772f1cc0aa Improved error reporting hace 7 años
  Erez Shinan 2ee72baf09 Added a few anon-token names hace 7 años
  Erez Shinan f1b2e1926c Now supports Python3! 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
  Erez Shinan aecb4f5aa7 Added regex embedding for tokens hace 7 años
  Erez Shinan faf66c93f0 Fixed possible tokens collisions (strings are now always tested before regexps) hace 7 años
  Erez Shinan d44658fa3f Now supports empty rules. Added some tests. All tests passing. hace 7 años
  Erez Shinan 92ce395ea8 Earley & Lalr both working an generating AST. Examples now use inline_args hace 7 años
  Erez Shinan 73178d6ae0 Lark big first commit. Examples working. hace 7 años