88 コミット (9ef3670ea247df0e5d55bf27954fc69c6c130b61)

作成者 SHA1 メッセージ 日付
  Erez Shinan 9ef3670ea2 Improved error messages 7年前
  Erez Shinan 89edd9f30f Bugfix in scanless mode 7年前
  Erez Shinan 3630f5a5a4 Version bump. And not for nothing 7年前
  Erez Shinan 794a1c4965 More flags work 7年前
  Erez Shinan 9d6b496f3e Fixed bug in unless: Now uses regexp, not string matching 7年前
  Erez Shinan 34acc4674e Added flag options to terminals (just 'i' for now) 7年前
  Erez Shinan 2dbf5d7b26 Little stuff 7年前
  Erez Shinan 24f86569da Fixed issue #3 (infinite recursion in grammar) 7年前
  Erez Shinan d40ddff5c0 Improved README 7年前
  Erez Shinan a73cc9ad90 Re-wrote the Earley parser to use a parse-forest 7年前
  Erez Shinan 616dc9f300 Added stuff to README 7年前
  Erez Shinan 29718a9a3a Bugfix in scanless 7年前
  Erez Shinan 680449fb6b A little bit of cleanup 7年前
  Erez Shinan d8cbd239d7 Fixed a bug in string evaluation 7年前
  Erez Shinan e151d22ea2 examples.reconstruct_json now working with scanless 7年前
  Erez Shinan 5c115acbd9 Final fixes for scanless (hopefully) 7年前
  Erez Shinan c1fbb3214c Earley.lexer = None as default now 7年前
  Erez Shinan 96ebe94963 Solved issue #3: infinite loop due to zero-length tokens 7年前
  Erez Shinan d230e7744c Pylint 7年前
  Erez Shinan 302dad36fe Dramatically improved memory consumption of Earley parser 7年前
  Erez Shinan 4397d38daa Some fixes in examples 7年前
  Erez Shinan a60c339ff7 Scanless Earley now working for all tests! 7年前
  Erez Shinan be6aa4f726 Fixed string escaping and unicode handling 7年前
  Erez Shinan df4d471641 Updated docs to match v0.2 7年前
  Erez Shinan c9b45823ed Better support for scanless parsing 7年前
  Erez Shinan a5a20a423a Changed parser/lexer interface in lark. Bumped minor version 7年前
  Erez Shinan fbba305a9e Fixed grammars 7年前
  Erez Shinan 5236e4a32a Refactored TokenDef to store Pattern(Str/RE) 7年前
  Erez Shinan a0bb661c61 Token import now working 7年前
  Erez Shinan c70355389f Initial support for EBNF in tokens (automatic compilation to regexps) 7年前
  Erez Shinan 8e7395c6d6 Improved earley.py and added some comments to both parsers 7年前
  Erez Shinan a0fbecee70 Tiny improvement in Earley 7年前
  Erez Shinan 9f00b3fab7 Re-wrote Earley's mainloop implementation. Better performance. 7年前
  Erez Shinan 4076256faa Reconstruct working again 7年前
  Erez Shinan c14435ac95 Some cleanup 7年前
  Erez Shinan c17558dd91 Official switched to my Earley implementation 7年前
  Erez Shinan 538f944602 My Earley parser is working 7年前
  Erez Shinan e4d3e74f6a Finished refactoring 7年前
  Erez Shinan d5123812b0 Another step of refactoring 7年前
  Erez Shinan b95567c4a7 Another refactoring step 7年前
  Erez Shinan 972034fd2d Began refactoring of lalr_analysis -> grammar_analysis 7年前
  Erez Shinan 07df4b80eb My Earley parser is now working. Not yet plugged in 7年前
  Erez Shinan 8189172701 recognizer working 7年前
  Erez Shinan 43da0ddad9 Initial reconstruct, working with example! 7年前
  Erez Shinan 0b902b1d03 Added the '!' prefix to keep all tokens in rule. Also removed tools (it's now in lark/tools) 7年前
  Erez Shinan b7dcfbca58 Tools can now be installed via pip 7年前
  Erez Shinan c8e6122148 Restored nice error reports 7年前
  Erez Shinan d4425887d6 Added conf.py example and indenter support in contextual lexing 7年前
  Erez Shinan 520ab88cd8 Added ContextualLexer for LALR. Working, but doesn't seem to improve speed. 7年前
  Erez Shinan 3d4ee92829 Fixed bug in load_grammar. Improved nearley converter 7年前