19 Commits (be6aa4f726e60faa22f099166b7d6bcda7ece4cc)

Author SHA1 Message Date
  Erez Shinan a5a20a423a Changed parser/lexer interface in lark. Bumped minor version 8 years ago
  Erez Shinan 5236e4a32a Refactored TokenDef to store Pattern(Str/RE) 8 years ago
  Erez Shinan c70355389f Initial support for EBNF in tokens (automatic compilation to regexps) 8 years ago
  Erez Shinan e4d3e74f6a Finished refactoring 8 years ago
  Erez Shinan d4425887d6 Added conf.py example and indenter support in contextual lexing 8 years ago
  Erez Shinan 520ab88cd8 Added ContextualLexer for LALR. Working, but doesn't seem to improve speed. 8 years ago
  Erez Shinan f31482c236 Lint treatment 8 years ago
  Erez Shinan 387fa07818 Moved unless handling to lexer and improved code 8 years ago
  Erez Shinan a438255193 Fixed bug in lexer. Fixed calc example 8 years ago
  Erez Shinan 772f1cc0aa Improved error reporting 8 years ago
  Erez Shinan a98d3c93b1 Small additions to the docs 8 years ago
  Erez Shinan e201beab5f Fixed lexer newline counter and other stuff 8 years ago
  Erez Shinan 8b9c5801da Improved lexer, added profiler option to Lark 8 years ago
  Erez Shinan 0d48385721 README: Added hello world and parser comparison 8 years ago
  Erez Shinan f1b2e1926c Now supports Python3! 8 years ago
  Erez Shinan 2e8f74c774 Better error reporting in lexer and lalr parser 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 73178d6ae0 Lark big first commit. Examples working. 8 years ago