60 Revīzijas (a0bb661c61eb08e488fe79209a313a2421df60d8)

Autors SHA1 Ziņojums Datums
  Erez Shinan a0bb661c61 Token import now working pirms 7 gadiem
  Erez Shinan c70355389f Initial support for EBNF in tokens (automatic compilation to regexps) pirms 7 gadiem
  Erez Shinan 8e7395c6d6 Improved earley.py and added some comments to both parsers pirms 7 gadiem
  Erez Shinan a0fbecee70 Tiny improvement in Earley pirms 7 gadiem
  Erez Shinan 9f00b3fab7 Re-wrote Earley's mainloop implementation. Better performance. pirms 7 gadiem
  Erez Shinan 4076256faa Reconstruct working again pirms 7 gadiem
  Erez Shinan c14435ac95 Some cleanup pirms 7 gadiem
  Erez Shinan c17558dd91 Official switched to my Earley implementation pirms 7 gadiem
  Erez Shinan 538f944602 My Earley parser is working pirms 7 gadiem
  Erez Shinan e4d3e74f6a Finished refactoring pirms 7 gadiem
  Erez Shinan d5123812b0 Another step of refactoring pirms 7 gadiem
  Erez Shinan b95567c4a7 Another refactoring step pirms 7 gadiem
  Erez Shinan 972034fd2d Began refactoring of lalr_analysis -> grammar_analysis pirms 7 gadiem
  Erez Shinan 07df4b80eb My Earley parser is now working. Not yet plugged in pirms 7 gadiem
  Erez Shinan 8189172701 recognizer working pirms 7 gadiem
  Erez Shinan 43da0ddad9 Initial reconstruct, working with example! 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 b7dcfbca58 Tools can now be installed via pip pirms 7 gadiem
  Erez Shinan c8e6122148 Restored nice error reports pirms 7 gadiem
  Erez Shinan d4425887d6 Added conf.py example and indenter support in contextual lexing pirms 7 gadiem
  Erez Shinan 520ab88cd8 Added ContextualLexer for LALR. Working, but doesn't seem to improve speed. pirms 7 gadiem
  Erez Shinan 3d4ee92829 Fixed bug in load_grammar. Improved nearley converter pirms 7 gadiem
  Erez Shinan 387b701670 Added Nearley-to-lark converter pirms 7 gadiem
  Erez Shinan da15f99edb Added the earley_nolex frontend, and a conf_nolex example to use it pirms 7 gadiem
  Erez Shinan 355afa8809 Fixed setup.py, version bump pirms 7 gadiem
  Erez Shinan fee18a8d8a Improvements and cleanup to the earley parser 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 387fa07818 Moved unless handling to lexer and improved code pirms 7 gadiem
  Erez Shinan a438255193 Fixed bug in lexer. Fixed calc example pirms 7 gadiem
  Erez Shinan 1602482608 Improved error reporting in Earley pirms 7 gadiem
  Erez Shinan 09a80ed222 Fixed bug in lexer where unidentical tokens got the same name pirms 7 gadiem
  Erez Shinan ee798f81f2 Fixed bug where identical anonymous tokens got separate names pirms 7 gadiem
  Erez Shinan eabb86860d Added parsimonious to benchmarks pirms 7 gadiem
  Erez Shinan 977025fded Small parser optimization pirms 7 gadiem
  Erez Shinan 717eabba2c A small parser optimization pirms 7 gadiem
  Erez Shinan 772f1cc0aa Improved error reporting pirms 7 gadiem
  Erez Shinan a98d3c93b1 Small additions to the docs pirms 7 gadiem
  Erez Shinan 57e8117374 Some package fixes pirms 7 gadiem
  Erez Shinan 2f6f3f9a31 Changed to the MIT license pirms 7 gadiem
  Erez Shinan e201beab5f Fixed lexer newline counter and other stuff pirms 7 gadiem
  Erez Shinan e7445a11ae Added a docs/reference pirms 7 gadiem
  Erez Shinan 45060df80d Optimized the tree builder, and updated docs pirms 7 gadiem
  Erez Shinan 8b9c5801da Improved lexer, added profiler option to Lark pirms 7 gadiem
  Erez Shinan 0d48385721 README: Added hello world and parser comparison pirms 7 gadiem
  Erez Shinan ab23c163d8 Fixed bug in lalr parser. Now testing both lalr & earley in test_parser pirms 7 gadiem
  Erez Shinan 2ee72baf09 Added a few anon-token names pirms 7 gadiem
  Erez Shinan 115c4c6d21 A little order and refactoring pirms 7 gadiem
  Erez Shinan f1b2e1926c Now supports Python3! pirms 7 gadiem
  Erez Shinan d55598a831 Fixed aliases (broken by re-write of load_grammar) pirms 7 gadiem