(ocamllex
 (modules implexer))
(menhir
 (modules impparser)
 (flags --explain --dump)
 (infer true))
(executable
 (name impcat)
 (promote (until-clean))
 (flags ()))
