X-Git-Url: https://git.phdru.name/?p=phdru.name%2Fcgi-bin%2Fblog-ru%2Fsearch-tags.git;a=blobdiff_plain;f=parser%2FMakefile;fp=parser%2FMakefile;h=a811f0c93486d5f482544643cbecb64d3a6fb75e;hp=0000000000000000000000000000000000000000;hb=3eadd8423e41b70e89854bd63e0e9875e259978c;hpb=d6033c7330cb5b2d397663a8297b86d0873211d2 diff --git a/parser/Makefile b/parser/Makefile new file mode 100644 index 0000000..a811f0c --- /dev/null +++ b/parser/Makefile @@ -0,0 +1,13 @@ +# Makefile. +# +# __author__ = "Oleg Broytman " +# __copyright__ = "Copyright (C) 2016 PhiloSoft Design" + +parser.py: grammar.ebnf + grako -o $@ $< + chmod +x $@ + + +.PHONY: test +test: parser.py + ./test_parser.py