2022-09-03 11:06:12 +02:00
|
|
|
(library
|
|
|
|
(name Parse)
|
|
|
|
(flags (:standard -w -27 -w -39 -w -33)))
|
|
|
|
(rule
|
|
|
|
(alias bnfc)
|
|
|
|
(deps "implicitt.cf")
|
|
|
|
(targets AbsImplicitt.ml BNFC_Util.ml LexImplicitt.mll ParImplicitt.mly PrintImplicitt.ml ShowImplicitt.ml SkelImplicitt.ml TestImplicitt.ml)
|
2022-09-03 11:08:31 +02:00
|
|
|
(action (run bnfc --ocaml %{deps})))
|
2022-09-03 11:06:12 +02:00
|
|
|
(ocamllex LexImplicitt)
|
|
|
|
(ocamlyacc ParImplicitt)
|