Added driver and parsing holes

This commit is contained in:
Dmitry Boulytchev 2018-02-25 14:48:13 +03:00
parent 63e4ec632b
commit 337a5d1a67
4 changed files with 77 additions and 6 deletions

View file

@ -2,7 +2,7 @@ TOPFILE = rc
OCAMLC = ocamlc
OCAMLOPT = ocamlopt
OCAMLDEP = ocamldep
SOURCES = Syntax.ml Embedding.ml SM.ml
SOURCES = Language.ml Embedding.ml SM.ml Driver.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)