In `Makefile.menhir`, request the production of `parser.automaton`.

master
François Pottier 2018-10-03 09:13:34 +02:00 committed by François Pottier
parent a6000fbf48
commit fe0b3f3dfb
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ MENHIR ?= menhir
## Menhir compilation flags
MENHIRFLAGS := --explain --ocamlc "$(CAMLC) $(COMPFLAGS)" --infer\
MENHIRFLAGS := --explain --dump --ocamlc "$(CAMLC) $(COMPFLAGS)" --infer \
--lalr --strict --table -lg 1 -la 1 \
--unused-token COMMENT --unused-token DOCSTRING --unused-token EOL\
--unused-token GREATERRBRACKET --fixed-exception