X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=ChangeLog;h=d9dc4552683c8f94de71a2c7552fd62375aa93de;hb=bee03d50e5a6c083962d5d855cea5445bc015472;hp=3076beb633013c586c35e2c20c83afccf82be169;hpb=51810936032de20588ef474f88620a00ba328720;p=phdru.name%2Fcgi-bin%2Fblog-ru%2Fsearch-tags.git diff --git a/ChangeLog b/ChangeLog index 3076beb..d9dc455 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,31 @@ -Version 0.1 (2014-05-??) +Version 0.8 (2024-06-04) + + Python 3. + +Version 0.7 (2017-12-14) + + Use lark instead of parsley. + +Version 0.6 (2017-05-20) + + Use parsley instead of parsimonious. + +Version 0.5 (2017-04-22) + + Use parsimonious instead of grako. + +Version 0.4 (2016-07-11) + + Use grako instead of PLY to compile EBNF to Python. + +Version 0.3 (2014-06-22) + + Allow '&&', '||', ' AND ', ' and ', ' OR ', ' or ', 'NOT ' and 'not '. + +Version 0.2 (2014-06-06) + + Ignore spaces. + +Version 0.1 (2014-05-20) First release. Very simple grammar.