We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc603a0 commit bcc439bCopy full SHA for bcc439b
src/ast/analyzing/langs/verilog/parsing/src/Makefile
@@ -84,7 +84,8 @@ USE_MENHIR = true
84
85
#MENHIR_TRACE = --trace
86
87
-MENHIRFLAGS = $(MENHIR_TRACE) --table --external-tokens Tokens_ --infer --ocamlc "ocamlc $(INCLS)" #--error-recovery
+MENHIRFLAGS = $(MENHIR_TRACE) --table --external-tokens Tokens_ --infer --ocamlc "ocamlc $(INCLS)" \
88
+--strategy legacy #--error-recovery
89
90
91
include $(SRC_DIR)/rules.mk
0 commit comments