13 lines
347 B
Plaintext
13 lines
347 B
Plaintext
(library
|
|
(name Parse)
|
|
(libraries Raw)
|
|
(flags (:standard -w -27 -w -39 -w -33)))
|
|
|
|
(rule
|
|
(deps "implicitt.cf")
|
|
(targets AbsImplicitt.ml BNFC_Util.ml LexImplicitt.mll ParImplicitt.mly PrintImplicitt.ml ShowImplicitt.ml SkelImplicitt.ml TestImplicitt.ml)
|
|
(action (run bnfc --ocaml %{deps})))
|
|
|
|
(ocamllex LexImplicitt)
|
|
(ocamlyacc ParImplicitt)
|