]> git.phdru.name Git - phdru.name/cgi-bin/blog-ru/search-tags.git/history - parser
Docs(TODO): Try Pyleri
[phdru.name/cgi-bin/blog-ru/search-tags.git] / parser /
2017-12-14 Oleg BroytmanVersion 0.7: Use lark instead of parsley lark v0.7
2017-05-20 Oleg BroytmanVersion 0.6: Use parsley instead of parsimonious parsley v0.6
2017-04-21 Oleg BroytmanUse parsimonious instead of grako
2016-07-11 Oleg BroytmanFix negative lookahead in grammar syntax
2016-07-10 Oleg BroytmanChange grammar to support priority of operation
2016-07-10 Oleg BroytmanCompile the parser to byte-code
2016-07-09 Oleg BroytmanUse grako instead of PLY to compile EBNF to Python
2016-07-09 Oleg BroytmanFactor out parser.parse() into self._parse
2014-06-22 Oleg BroytmanAllow 'NOT ' and 'not '
2014-06-22 Oleg BroytmanFix handling of uppercase AND/OR
2014-06-22 Oleg BroytmanReorder handling: AND - OR - NOT
2014-06-22 Oleg BroytmanAllow ' OR ' and ' or '
2014-06-21 Oleg BroytmanAllow ' AND ' and ' and '
2014-06-21 Oleg BroytmanChange handling of spaces
2014-06-21 Oleg BroytmanExtend the comment
2014-06-21 Oleg BroytmanAllow '||'
2014-06-21 Oleg BroytmanAllow '&&'
2014-06-06 Oleg BroytmanRemove excessive .gitignore
2014-06-06 Oleg BroytmanIgnore spaces
2014-05-20 Oleg BroytmanAllow 1-character names
2014-05-20 Oleg BroytmanMove parser-related code and tests to parser/