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 ...@@ -14,11 +14,11 @@ axiom S
{ {
open Symbols open Symbols
open Utils
open Ast open Ast
open BatPrintf open BatPrintf
open BatBuffer open BatBuffer
open Batteries open Batteries
open Utils
(* TODO *) (* TODO *)
let resolve_associativity term other = let resolve_associativity term other =
......
...@@ -11,7 +11,7 @@ TG = main.native ...@@ -11,7 +11,7 @@ TG = main.native
all: $(TG) all: $(TG)
$(TG): $(SRC) $(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) test_lexer: $(SRC)
ocamlbuild -use-ocamlfind test_lexer.native 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