From: Oleg Broytman Date: Sun, 10 Jul 2016 22:34:39 +0000 (+0300) Subject: Compile the parser to byte-code X-Git-Tag: v0.4~4 X-Git-Url: https://git.phdru.name/?p=phdru.name%2Fcgi-bin%2Fblog-ru%2Fsearch-tags.git;a=commitdiff_plain;h=e83220f8480173eedea9f2db60604768c4f21383 Compile the parser to byte-code --- diff --git a/parser/Makefile b/parser/Makefile index a811f0c..cb44184 100644 --- a/parser/Makefile +++ b/parser/Makefile @@ -5,6 +5,7 @@ parser.py: grammar.ebnf grako -o $@ $< + python -m compileall $@ chmod +x $@