Make menhir a bit more verbose by passing -lg 1 -la 1.

This helps see at a glance how the automaton is affected by a change.
master
François Pottier 2018-09-06 10:48:22 +02:00
parent 51912516fa
commit 6d23e94222
1 changed files with 1 additions and 1 deletions

View File

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