Skip to content
Snippets Groups Projects
Commit c584f657 authored by alexandre dang's avatar alexandre dang
Browse files

Modify skeleton base expr_grammar_action.g to avoid compilation errors

parent 4c7b95cb
No related branches found
No related tags found
No related merge requests found
No preview for this file type
......@@ -14,11 +14,11 @@ axiom S
{
open Symbols
open Utils
open Ast
open BatPrintf
open BatBuffer
open Batteries
open Utils
(* TODO *)
let resolve_associativity term other =
......
......@@ -11,7 +11,7 @@ TG = main.native
all: $(TG)
$(TG): $(SRC)
ocamlbuild -cflags -warn-error,"+a-26" -use-ocamlfind $(TG)
ocamlbuild -cflags -warn-error,"+a-26" -cflags -w,"-26" -use-ocamlfind $(TG)
test_lexer: $(SRC)
ocamlbuild -use-ocamlfind test_lexer.native
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment