mirror of
https://github.com/ProgramSnail/Lama.git
synced 2025-12-28 09:38:48 +00:00
Shifted to stmt + SM
This commit is contained in:
parent
7a35fdf1eb
commit
9f9e912032
7 changed files with 118 additions and 66 deletions
|
|
@ -2,7 +2,7 @@ TOPFILE = rc
|
|||
OCAMLC = ocamlc
|
||||
OCAMLOPT = ocamlopt
|
||||
OCAMLDEP = ocamldep
|
||||
SOURCES = Expr.ml Embedding.ml
|
||||
SOURCES = Syntax.ml Embedding.ml SM.ml
|
||||
LIBS = GT.cma unix.cma re.cma re_emacs.cma re_str.cma
|
||||
CAMLP5 = -pp "camlp5o -I `ocamlfind -query GT.syntax` -I `ocamlfind -query ostap.syntax` pa_ostap.cmo pa_gt.cmo -L `ocamlfind -query GT.syntax`"
|
||||
PXFLAGS = $(CAMLP5)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue