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: | -- (:) |
| 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: > > On Apr 30, 2007, at 1:58 PM, Nicolas Pouillard wrote: > > > Use camlp4of (since INCLUDE is provided by camlp4 macros). > > Also add -filter trash to the camlp4 options (after map and fold), in > > order to remove the Camlp4Trash module. > > Including the AST module worked and I'm almost there. > > + ocamlfind ocamlc -package ounit -c -I +camlp4 -pp 'camlp4of -filter > map -filter fold -filter trash ' -o easy_strip.cmo easy_strip.ml > File "ghost-location", line 1, characters 0-0: > Unbound type constructor var_decl Some open AST is missing I think. -- Nicolas Pouillard