21 Commits (2dbf5d7b266fe01e3d859625f22a917d2a30c580)

Author SHA1 Message Date
  Erez Shinan a73cc9ad90 Re-wrote the Earley parser to use a parse-forest 8 years ago
  Erez Shinan c1fbb3214c Earley.lexer = None as default now 8 years ago
  Erez Shinan d230e7744c Pylint 8 years ago
  Erez Shinan a60c339ff7 Scanless Earley now working for all tests! 8 years ago
  Erez Shinan df4d471641 Updated docs to match v0.2 8 years ago
  Erez Shinan c9b45823ed Better support for scanless parsing 8 years ago
  Erez Shinan a5a20a423a Changed parser/lexer interface in lark. Bumped minor version 8 years ago
  Erez Shinan c70355389f Initial support for EBNF in tokens (automatic compilation to regexps) 8 years ago
  Erez Shinan f31482c236 Lint treatment 8 years ago
  Erez Shinan 7af3de208d Moved lexing responsibility to parser frontend 8 years ago
  Erez Shinan 387fa07818 Moved unless handling to lexer and improved code 8 years ago
  Erez Shinan e7445a11ae Added a docs/reference 8 years ago
  Erez Shinan 8b9c5801da Improved lexer, added profiler option to Lark 8 years ago
  Erez Shinan 8b182b37c0 Added an automatic 'unless' mechanism for (some) colliding tokens 8 years ago
  Erez Shinan cde2b677bb Added tests and lots of fixes and refactoring 8 years ago
  Erez Shinan aecb4f5aa7 Added regex embedding for tokens 8 years ago
  Erez Shinan faf66c93f0 Fixed possible tokens collisions (strings are now always tested before regexps) 8 years ago
  Erez Shinan 9e71f5a045 Added indentation support (for python-like languages) 8 years ago
  Erez Shinan d44658fa3f Now supports empty rules. Added some tests. All tests passing. 8 years ago
  Erez Shinan 92ce395ea8 Earley & Lalr both working an generating AST. Examples now use inline_args 8 years ago
  Erez Shinan 73178d6ae0 Lark big first commit. Examples working. 8 years ago