]> git.phdru.name Git - phdru.name/cgi-bin/blog-ru/search-tags.git/commit
Use grako instead of PLY to compile EBNF to Python
authorOleg Broytman <phd@phdru.name>
Sat, 9 Jul 2016 18:38:17 +0000 (21:38 +0300)
committerOleg Broytman <phd@phdru.name>
Sat, 9 Jul 2016 20:56:19 +0000 (23:56 +0300)
commit3eadd8423e41b70e89854bd63e0e9875e259978c
treeb6092d4acd2c94d626bf5f5bfdc15c42cbf39f91
parentd6033c7330cb5b2d397663a8297b86d0873211d2
Use grako instead of PLY to compile EBNF to Python

First try. Most tests work.
parser/Makefile [new file with mode: 0644]
parser/build_ast.py [new file with mode: 0644]
parser/grammar [deleted file]
parser/grammar.ebnf [new file with mode: 0644]
parser/parser.py [changed mode: 0644->0755]
parser/test_lexer.py [deleted file]
parser/test_parser.py