32 Commitit (2bd23b1b62be73cdc0a5b7fc7368cbc34f4cbb2d)

Tekijä SHA1 Viesti Päivämäärä
  Erez Shinan aede340449 Added earley__all_derivations due to performance concerns 7 vuotta sitten
  Erez Shinan 7373993102 Oops!! Important bugfix to last commit 7 vuotta sitten
  Erez Shinan 5d41371fb3 Added resolve__antiscore_sum 7 vuotta sitten
  Erez Shinan d9b490f322 Refactoring for ambiguity resolution 7 vuotta sitten
  Erez Shinan 0c5acaab8a Refactoring load_grammar 7 vuotta sitten
  Erez Shinan feb95ec64d Earley now uses dynamic lexer by default. Bump to version 0.3.0 7 vuotta sitten
  Erez Shinan 1da851516c Added option: Keep all tokens 7 vuotta sitten
  Erez Shinan a588a70a7a Added the experimental "propagate_positions" feature (only for standard lexer for now). 7 vuotta sitten
  Erez Shinan 8e2221b2fd Mid-work. A nice first try 7 vuotta sitten
  Erez Shinan f374e70b2c Feature: Added explicit ambiguity option for Earley 7 vuotta sitten
  Erez Shinan a73cc9ad90 Re-wrote the Earley parser to use a parse-forest 7 vuotta sitten
  Erez Shinan c1fbb3214c Earley.lexer = None as default now 7 vuotta sitten
  Erez Shinan d230e7744c Pylint 7 vuotta sitten
  Erez Shinan a60c339ff7 Scanless Earley now working for all tests! 7 vuotta sitten
  Erez Shinan df4d471641 Updated docs to match v0.2 7 vuotta sitten
  Erez Shinan c9b45823ed Better support for scanless parsing 7 vuotta sitten
  Erez Shinan a5a20a423a Changed parser/lexer interface in lark. Bumped minor version 7 vuotta sitten
  Erez Shinan c70355389f Initial support for EBNF in tokens (automatic compilation to regexps) 7 vuotta sitten
  Erez Shinan f31482c236 Lint treatment 7 vuotta sitten
  Erez Shinan 7af3de208d Moved lexing responsibility to parser frontend 7 vuotta sitten
  Erez Shinan 387fa07818 Moved unless handling to lexer and improved code 7 vuotta sitten
  Erez Shinan e7445a11ae Added a docs/reference 7 vuotta sitten
  Erez Shinan 8b9c5801da Improved lexer, added profiler option to Lark 7 vuotta sitten
  Erez Shinan 8b182b37c0 Added an automatic 'unless' mechanism for (some) colliding tokens 7 vuotta sitten
  Erez Shinan cde2b677bb Added tests and lots of fixes and refactoring 7 vuotta sitten
  Erez Shinan aecb4f5aa7 Added regex embedding for tokens 7 vuotta sitten
  Erez Shinan faf66c93f0 Fixed possible tokens collisions (strings are now always tested before regexps) 7 vuotta sitten
  Erez Shinan 9e71f5a045 Added indentation support (for python-like languages) 7 vuotta sitten
  Erez Shinan d44658fa3f Now supports empty rules. Added some tests. All tests passing. 7 vuotta sitten
  Erez Shinan 92ce395ea8 Earley & Lalr both working an generating AST. Examples now use inline_args 7 vuotta sitten
  Erez Shinan 73178d6ae0 Lark big first commit. Examples working. 7 vuotta sitten