Skip to content

Commit

Permalink
Make menhir a bit more verbose by passing -lg 1 -la 1.
Browse files Browse the repository at this point in the history
This helps see at a glance how the automaton is affected by a change.
  • Loading branch information
fpottier committed Sep 6, 2018
1 parent 5191251 commit 6d23e94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.menhir
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 6d23e94

Please sign in to comment.