63 次程式碼提交 (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 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 年之前
  Erez Shinan 387b701670 Added Nearley-to-lark converter 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 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 eabb86860d Added parsimonious to benchmarks 7 年之前
  Erez Shinan 977025fded Small parser optimization 7 年之前
  Erez Shinan 717eabba2c A small parser optimization 7 年之前
  Erez Shinan 772f1cc0aa Improved error reporting 7 年之前
  Erez Shinan a98d3c93b1 Small additions to the docs 7 年之前
  Erez Shinan 57e8117374 Some package fixes 7 年之前
  Erez Shinan 2f6f3f9a31 Changed to the MIT license 7 年之前
  Erez Shinan e201beab5f Fixed lexer newline counter and other stuff 7 年之前
  Erez Shinan e7445a11ae Added a docs/reference 7 年之前
  Erez Shinan 45060df80d Optimized the tree builder, and updated docs 7 年之前
  Erez Shinan 8b9c5801da Improved lexer, added profiler option to Lark 7 年之前
  Erez Shinan 0d48385721 README: Added hello world and parser comparison 7 年之前
  Erez Shinan ab23c163d8 Fixed bug in lalr parser. Now testing both lalr & earley in test_parser 7 年之前
  Erez Shinan 2ee72baf09 Added a few anon-token names 7 年之前