34 Commits (59825260f6017b82c702e0274fb362db305a1b9c)

Author SHA1 Message Date
  Erez Shinan 34449651bf Added UnexpectedInput exception (with line & column) to xearley (Issue #43) 6 years ago
  Erez Shinan 08a8a747b8 Fixed escaping for all tests 6 years ago
  Erez Shinan 7373993102 Oops!! Important bugfix to last commit 7 years ago
  Erez Shinan ac9ea26b58 Added token priority for standard lexers. 7 years ago
  Erez Shinan 188386cf04 Fixed main bug in test_token_collision2. 7 years ago
  Erez Shinan 88242f10d7 Tiny fix in lexer 7 years ago
  Erez Shinan a588a70a7a Added the experimental "propagate_positions" feature (only for standard lexer for now). 7 years ago
  Erez Shinan 794a1c4965 More flags work 7 years ago
  Erez Shinan 9d6b496f3e Fixed bug in unless: Now uses regexp, not string matching 7 years ago
  Erez Shinan 2dbf5d7b26 Little stuff 7 years ago
  Erez Shinan 680449fb6b A little bit of cleanup 7 years ago
  Erez Shinan 5c115acbd9 Final fixes for scanless (hopefully) 7 years ago
  Erez Shinan 96ebe94963 Solved issue #3: infinite loop due to zero-length tokens 7 years ago
  Erez Shinan d230e7744c Pylint 7 years ago
  Erez Shinan a60c339ff7 Scanless Earley now working for all tests! 7 years ago
  Erez Shinan a5a20a423a Changed parser/lexer interface in lark. Bumped minor version 7 years ago
  Erez Shinan 5236e4a32a Refactored TokenDef to store Pattern(Str/RE) 7 years ago
  Erez Shinan c70355389f Initial support for EBNF in tokens (automatic compilation to regexps) 7 years ago
  Erez Shinan e4d3e74f6a Finished refactoring 7 years ago
  Erez Shinan d4425887d6 Added conf.py example and indenter support in contextual lexing 7 years ago
  Erez Shinan 520ab88cd8 Added ContextualLexer for LALR. Working, but doesn't seem to improve speed. 7 years ago
  Erez Shinan f31482c236 Lint treatment 7 years ago
  Erez Shinan 387fa07818 Moved unless handling to lexer and improved code 7 years ago
  Erez Shinan a438255193 Fixed bug in lexer. Fixed calc example 7 years ago
  Erez Shinan 772f1cc0aa Improved error reporting 7 years ago
  Erez Shinan a98d3c93b1 Small additions to the docs 7 years ago
  Erez Shinan e201beab5f Fixed lexer newline counter and other stuff 7 years ago
  Erez Shinan 8b9c5801da Improved lexer, added profiler option to Lark 7 years ago
  Erez Shinan 0d48385721 README: Added hello world and parser comparison 7 years ago
  Erez Shinan f1b2e1926c Now supports Python3! 7 years ago
  Erez Shinan 2e8f74c774 Better error reporting in lexer and lalr parser 7 years ago
  Erez Shinan faf66c93f0 Fixed possible tokens collisions (strings are now always tested before regexps) 7 years ago
  Erez Shinan 9e71f5a045 Added indentation support (for python-like languages) 7 years ago
  Erez Shinan 73178d6ae0 Lark big first commit. Examples working. 7 years ago