Browse thread
ocamlbuild, menhir and keeping tokens in a separate file
[
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: | 2007-04-28 (15:14) |
From: | Nicolas Pouillard <nicolas.pouillard@g...> |
Subject: | Re: [Caml-list] Re: ocamlbuild, menhir and keeping tokens in a separate file |
On 4/28/07, Joel Reymont <joelr1@gmail.com> wrote: > And one last request... Since I'm manually including easy_tokens.mly > in the menhir command line I tell ocamlbuild to ignore it with - > ignore Easy_tokens. I do open Easy_tokens in the lexer. Ignoring is not a good idea, I hope that you will find how to include dependencies to make it works. -- Nicolas Pouillard