Browse thread
AST transformation and scrapping boilerplate code
[
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-30 (12:42) |
From: | Nicolas Pouillard <nicolas.pouillard@g...> |
Subject: | Re: [Caml-list] AST transformation and scrapping boilerplate code |
On 4/30/07, Joel Reymont <joelr1@gmail.com> wrote: > I get this error when try to compile my version of the token remover. > The only difference is that my version has "open AST" at the top > whereas in the example everything is in one file. > > What am I missing? The generator needs to see youre types definitions. -- Nicolas Pouillard