Commit Graph

16 Commits

Author SHA1 Message Date
Jakub Wilk fc9eb012a1 Fix typos 2017-02-14 22:03:07 +01:00
Erez Shinan 20e2e477a7 Updated README 2017-02-14 16:54:16 +02:00
Erez Shinan 1602482608 Improved error reporting in Earley 2017-02-12 23:31:09 +02:00
Erez Shinan 9c1a81b709 tiny README update 2017-02-12 14:33:14 +02:00
Erez Shinan 09a80ed222 Fixed bug in lexer where unidentical tokens got the same name 2017-02-12 00:36:34 +02:00
Erez Shinan ee798f81f2 Fixed bug where identical anonymous tokens got separate names 2017-02-11 21:15:57 +02:00
Erez Shinan b75fc45a2a Oops 2 2017-02-11 20:04:13 +02:00
Erez Shinan eabb86860d Added parsimonious to benchmarks 2017-02-11 20:00:35 +02:00
Erez Shinan a98d3c93b1 Small additions to the docs 2017-02-11 15:51:47 +02:00
Erez Shinan 2f6f3f9a31 Changed to the MIT license 2017-02-11 10:41:40 +02:00
Erez Shinan e7445a11ae Added a docs/reference 2017-02-10 16:10:13 +02:00
Erez Shinan 45060df80d Optimized the tree builder, and updated docs 2017-02-10 13:19:32 +02:00
Erez Shinan 8b9c5801da Improved lexer, added profiler option to Lark 2017-02-10 11:50:50 +02:00
Erez Shinan 0d48385721 README: Added hello world and parser comparison 2017-02-08 12:19:10 +02:00
Erez Shinan ab23c163d8 Fixed bug in lalr parser. Now testing both lalr & earley in test_parser 2017-02-08 01:28:50 +02:00
Erez Shinan cf8c455cdf Added a short README file 2017-02-05 13:24:08 +02:00