Commit Graph

15 Commits

Author SHA1 Message Date
Erez Shinan 847870fdc8 Improved documentation and code style (minor) 2018-06-27 16:37:41 +03:00
Erez Shinan 6d76a4ce8d visitor_args -> v_args 2018-06-18 11:30:32 +03:00
Erez Shinan 6bfc27c11d New transformers near completion
Nearley tool still needs fixing
2018-05-18 15:14:59 +03:00
Erez Shinan 4864a1cf4d More work 2018-05-15 10:59:20 +03:00
Erez Shinan feb95ec64d Earley now uses dynamic lexer by default. Bump to version 0.3.0 2017-08-04 16:05:40 +03:00
Erez Shinan a5a20a423a Changed parser/lexer interface in lark. Bumped minor version 2017-02-25 18:35:31 +02:00
Erez Shinan a0bb661c61 Token import now working 2017-02-23 23:01:31 +02:00
Erez Shinan c70355389f Initial support for EBNF in tokens (automatic compilation to regexps) 2017-02-23 13:01:21 +02:00
Erez Shinan 1456daddbe Improved comments in examples 2017-02-17 23:23:13 +02:00
Erez Shinan 63c8e58e42 Fixed calc example 2017-02-15 10:00:01 +02:00
Erez Shinan da15f99edb Added the earley_nolex frontend, and a conf_nolex example to use it 2017-02-14 13:12:00 +02:00
Erez Shinan a438255193 Fixed bug in lexer. Fixed calc example 2017-02-13 07:41:27 +02:00
Erez Shinan 7ba98c46f6 Fixed examples. They didn't work with python3 2017-02-12 18:37:43 +02:00
Erez Shinan 57e8117374 Some package fixes 2017-02-11 11:12:15 +02:00
Erez Shinan 77d8963bf7 Added examples (calc, json) 2017-02-05 13:40:19 +02:00