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-05-02 (14:55) |
From: | Joel Reymont <joelr1@g...> |
Subject: | Re: [Caml-list] Re: ocamlbuild, menhir and keeping tokens in a separate file |
["EasySymtab"] did not make sense to ocamlbuild, apparently, so it never tried to build my parser. I had to change to the following. It does trigger complication of EasyParser.mly but is it correct? dep ["ocaml"; "menhir_ocamldep"; "symtab"] ["EasySymtab.ml"]; dep ["ocaml"; "parser"; "menhir"; "symtab"] ["EasySymtab.cmo"]; -- http://wagerlabs.com/