80 コミット (a5a20a423adcefa860b035287740ace9310f4abc)
 

作成者 SHA1 メッセージ 日付
  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 499eb19c77 Merge branch 'myearley' 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 1456daddbe Improved comments in examples 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 137536b6a6 Merge branch 'superlexer2' (Contextual Lexer) 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 63c8e58e42 Fixed calc example 7年前
  Erez Shinan 520ab88cd8 Added ContextualLexer for LALR. Working, but doesn't seem to improve speed. 7年前
  Erez Sh df80933884 Merge pull request #1 from jwilk/spelling 7年前
  Jakub Wilk fc9eb012a1 Fix typos 7年前
  Erez Shinan 3d4ee92829 Fixed bug in load_grammar. Improved nearley converter 7年前
  Erez Shinan 52753cb3aa Python 3... 7年前
  Erez Shinan 387b701670 Added Nearley-to-lark converter 7年前
  Erez Shinan 20e2e477a7 Updated README 7年前
  Erez Shinan da15f99edb Added the earley_nolex frontend, and a conf_nolex example to use it 7年前
  Erez Shinan 355afa8809 Fixed setup.py, version bump 7年前
  Erez Shinan fee18a8d8a Improvements and cleanup to the earley parser 7年前
  Erez Shinan f31482c236 Lint treatment 7年前
  Erez Shinan 7af3de208d Moved lexing responsibility to parser frontend 7年前
  Erez Shinan 387fa07818 Moved unless handling to lexer and improved code 7年前
  Erez Shinan a438255193 Fixed bug in lexer. Fixed calc example 7年前
  Erez Shinan 1602482608 Improved error reporting in Earley 7年前
  Erez Shinan 7ba98c46f6 Fixed examples. They didn't work with python3 7年前
  Erez Shinan 9c1a81b709 tiny README update 7年前
  Erez Shinan 09a80ed222 Fixed bug in lexer where unidentical tokens got the same name 7年前
  Erez Shinan ee798f81f2 Fixed bug where identical anonymous tokens got separate names 7年前
  Erez Shinan b75fc45a2a Oops 2 7年前
  Erez Shinan b2fc4f872c oops 7年前
  Erez Shinan eabb86860d Added parsimonious to benchmarks 7年前
  Erez Shinan 977025fded Small parser optimization 7年前