33 Revīzijas (67f372c994599c19978d0e0ad36b80dc17983b27)

Autors SHA1 Ziņojums Datums
  Erez Shinan 880f42dd12 Corrections to PR and added get_context pirms 6 gadiem
  DrSlump e69d567bce example driven parser errors pirms 6 gadiem
  Erez Shinan 327cca8c00 Added 'considered_rules' to exceptions, to help users debug pirms 6 gadiem
  Erez Shinan 07f45a0bd3 Style fixes pirms 6 gadiem
  Erez Shinan 22e525f53e Fixed propagate positions. Added lexer_callbacks option. pirms 6 gadiem
  Erez Shinan 37c1c0f65f Better error message for bad regexps (Issue #62) pirms 6 gadiem
  Erez Shinan 9b0672fda6 Standalone tools now supports postlex pirms 6 gadiem
  Erez Shinan da1910f5b6 More refactoring towards standalone pirms 6 gadiem
  Erez Shinan 1cc4c965e8 Big Refactor: Grammars now build in half the time. Code shorter & cleaner. pirms 6 gadiem
  Erez Shinan 5f5acca40b Cleaned up the LALR(1) parser pirms 6 gadiem
  Erez Shinan dcb7297c30 Flags are now part of the terminal identity pirms 6 gadiem
  Erez Shinan 2efbc08854 Support for multiple flags pirms 6 gadiem
  Erez Shinan e8810e3b80 Fixed some deprecation warnings due to changes in Py3.6 regexps pirms 6 gadiem
  Erez Shinan ac9ea26b58 Added token priority for standard lexers. pirms 7 gadiem
  Erez Shinan 0c5acaab8a Refactoring load_grammar pirms 7 gadiem
  Erez Shinan 0d5dd2bd0d Improved README. Dynamic lexer now generates tokens. pirms 7 gadiem
  Erez Shinan 4eec924403 Added prioritization to Earley. Use rule.1 etc. Highest priority will be selected in case of ambiguity. pirms 7 gadiem
  Erez Shinan 188386cf04 Fixed main bug in test_token_collision2. pirms 7 gadiem
  Erez Shinan 794a1c4965 More flags work pirms 7 gadiem
  Erez Shinan 34acc4674e Added flag options to terminals (just 'i' for now) pirms 7 gadiem
  Erez Shinan a73cc9ad90 Re-wrote the Earley parser to use a parse-forest pirms 7 gadiem
  Erez Shinan 680449fb6b A little bit of cleanup pirms 7 gadiem
  Erez Shinan d230e7744c Pylint pirms 7 gadiem
  Erez Shinan 5236e4a32a Refactored TokenDef to store Pattern(Str/RE) pirms 7 gadiem
  Erez Shinan 538f944602 My Earley parser is working pirms 7 gadiem
  Erez Shinan 0b902b1d03 Added the '!' prefix to keep all tokens in rule. Also removed tools (it's now in lark/tools) pirms 7 gadiem
  Erez Shinan c8e6122148 Restored nice error reports pirms 7 gadiem
  Erez Shinan 387b701670 Added Nearley-to-lark converter pirms 7 gadiem
  Erez Shinan f31482c236 Lint treatment pirms 7 gadiem
  Erez Shinan 7af3de208d Moved lexing responsibility to parser frontend pirms 7 gadiem
  Erez Shinan 1602482608 Improved error reporting in Earley pirms 7 gadiem
  Erez Shinan 115c4c6d21 A little order and refactoring pirms 7 gadiem
  Erez Shinan cde2b677bb Added tests and lots of fixes and refactoring pirms 7 gadiem