Skip to content

Commit

Permalink
menhir parser: use --lalr mode on François Pottier's advice
Browse files Browse the repository at this point in the history
  • Loading branch information
gasche committed Sep 1, 2018
1 parent 5794656 commit 5fb52b2
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 @@ -16,7 +16,7 @@
MENHIR ?= menhir

MENHIRFLAGS := --explain --ocamlc "$(CAMLC) $(COMPFLAGS)" --infer\
--strict --table --external-tokens Parser\
--lalr --strict --table --external-tokens Parser\
--unused-token COMMENT --unused-token DOCSTRING --unused-token EOL\
--unused-token GREATERRBRACKET

Expand Down

0 comments on commit 5fb52b2

Please sign in to comment.