Output ocamlyacc state table
authorSiraaj Khandkar <siraaj@khandkar.net>
Thu, 31 May 2018 17:09:09 +0000 (13:09 -0400)
committerSiraaj Khandkar <siraaj@khandkar.net>
Thu, 31 May 2018 17:09:09 +0000 (13:09 -0400)
for debugging conflicts

tiger/Makefile

index 19b6661..24696cd 100644 (file)
@@ -4,11 +4,13 @@ EXE_TYPE              := byte  # byte | native
 EXECUTABLES           := tigerc tiger_tests
 OCAMLBUILD_FLAGS_DIRS := -I src/exe -I src/lib/tiger
 OCAMLBUILD_FLAGS_COMP := -cflags '-w A'
+OCAMLBUILD_FLAGS_YACC := -yaccflag '-v'
 OCAMLBUILD            := \
   ocamlbuild \
     -classic-display \
     $(OCAMLBUILD_FLAGS_COMP) \
-    $(OCAMLBUILD_FLAGS_DIRS)
+    $(OCAMLBUILD_FLAGS_DIRS) \
+    $(OCAMLBUILD_FLAGS_YACC)
 
 .PHONY: \
   all \
This page took 0.017211 seconds and 4 git commands to generate.