[
Home
]
[ Index:
by date
|
by threads
]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
| Date: | -- (:) |
| From: | Nicolas Pouillard <nicolas.pouillard@g...> |
| Subject: | Re: [Caml-list] ocamlbuild and menhir options |
On 4/27/07, Joel Reymont <joelr1@gmail.com> wrote:
> How can I pass additional options such as --infer or --explain to
> ocamlbuild -use-menhir?
>
With ocamlbuild --infer is always used. You can give it more flags
using -yaccflags, or through a plugin filling Options.ocaml_yaccflags,
or using some flag declaration using tags such as ("ocaml, "parser",
"menhir").
--
Nicolas Pouillard