50 Révisions (67f372c994599c19978d0e0ad36b80dc17983b27)

Auteur SHA1 Message Date
  Erez Shinan 67f372c994 Symbols instead of strings - initial il y a 6 ans
  Erez Shinan 0f0776c0fa BUGIX in lexer: Embedding strings overwrote priority (Issue #121) il y a 6 ans
  Parker 138f1d5d76
Fix order of members when pickling Token il y a 6 ans
  Erez Shinan ba0dc789a3 Significantly better memory performance (Thanks @drslump!) il y a 6 ans
  night199uk 7be2c04637 Ensure Tokens can be pickled correctly il y a 6 ans
  Erez Shinan 327cca8c00 Added 'considered_rules' to exceptions, to help users debug il y a 6 ans
  Erez Shinan 710cb6d20b Added more information in UnexpectedInput exception (Issue #78) il y a 6 ans
  Erez Shinan 22e525f53e Fixed propagate positions. Added lexer_callbacks option. il y a 6 ans
  Erez Shinan 8acd77d7ff Minor fixes in lexer il y a 6 ans
  Erez Shinan 9b0672fda6 Standalone tools now supports postlex il y a 6 ans
  Erez Shinan da1910f5b6 More refactoring towards standalone il y a 6 ans
  Erez Shinan 7182ba3991 Minor refactoring for the standalone tool (in progress) il y a 6 ans
  Erez Shinan 38c5fd244a Improved grammar validation and refactored the lexers il y a 6 ans
  Erez Shinan 1cc4c965e8 Big Refactor: Grammars now build in half the time. Code shorter & cleaner. il y a 6 ans
  Erez Shinan f63174a22c BUGFIX: Create unless returned duplicate tokens (Issue #56) il y a 6 ans
  Erez Shinan 852607b978 BUGFIX: Tokens of different type were equal, causing disambiguation errors (Issue #21) il y a 6 ans
  Erez Shinan 34449651bf Added UnexpectedInput exception (with line & column) to xearley (Issue #43) il y a 6 ans
  Erez Shinan 08a8a747b8 Fixed escaping for all tests il y a 6 ans
  Erez Shinan 7373993102 Oops!! Important bugfix to last commit il y a 7 ans
  Erez Shinan ac9ea26b58 Added token priority for standard lexers. il y a 7 ans
  Erez Shinan 188386cf04 Fixed main bug in test_token_collision2. il y a 7 ans
  Erez Shinan 88242f10d7 Tiny fix in lexer il y a 7 ans
  Erez Shinan a588a70a7a Added the experimental "propagate_positions" feature (only for standard lexer for now). il y a 7 ans
  Erez Shinan 794a1c4965 More flags work il y a 7 ans
  Erez Shinan 9d6b496f3e Fixed bug in unless: Now uses regexp, not string matching il y a 7 ans
  Erez Shinan 2dbf5d7b26 Little stuff il y a 7 ans
  Erez Shinan 680449fb6b A little bit of cleanup il y a 7 ans
  Erez Shinan 5c115acbd9 Final fixes for scanless (hopefully) il y a 7 ans
  Erez Shinan 96ebe94963 Solved issue #3: infinite loop due to zero-length tokens il y a 7 ans
  Erez Shinan d230e7744c Pylint il y a 7 ans
  Erez Shinan a60c339ff7 Scanless Earley now working for all tests! il y a 7 ans
  Erez Shinan a5a20a423a Changed parser/lexer interface in lark. Bumped minor version il y a 7 ans
  Erez Shinan 5236e4a32a Refactored TokenDef to store Pattern(Str/RE) il y a 7 ans
  Erez Shinan c70355389f Initial support for EBNF in tokens (automatic compilation to regexps) il y a 7 ans
  Erez Shinan e4d3e74f6a Finished refactoring il y a 7 ans
  Erez Shinan d4425887d6 Added conf.py example and indenter support in contextual lexing il y a 7 ans
  Erez Shinan 520ab88cd8 Added ContextualLexer for LALR. Working, but doesn't seem to improve speed. il y a 7 ans
  Erez Shinan f31482c236 Lint treatment il y a 7 ans
  Erez Shinan 387fa07818 Moved unless handling to lexer and improved code il y a 7 ans
  Erez Shinan a438255193 Fixed bug in lexer. Fixed calc example il y a 7 ans
  Erez Shinan 772f1cc0aa Improved error reporting il y a 7 ans
  Erez Shinan a98d3c93b1 Small additions to the docs il y a 7 ans
  Erez Shinan e201beab5f Fixed lexer newline counter and other stuff il y a 7 ans
  Erez Shinan 8b9c5801da Improved lexer, added profiler option to Lark il y a 7 ans
  Erez Shinan 0d48385721 README: Added hello world and parser comparison il y a 7 ans
  Erez Shinan f1b2e1926c Now supports Python3! il y a 7 ans
  Erez Shinan 2e8f74c774 Better error reporting in lexer and lalr parser il y a 7 ans
  Erez Shinan faf66c93f0 Fixed possible tokens collisions (strings are now always tested before regexps) il y a 7 ans
  Erez Shinan 9e71f5a045 Added indentation support (for python-like languages) il y a 7 ans
  Erez Shinan 73178d6ae0 Lark big first commit. Examples working. il y a 7 ans