Browse thread
Re : [Caml-list] Porting camlp4 stuff from 3.09 to 3.10: need help
[
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: | 2008-04-09 (15:29) |
From: | Loup Vaillant <loup.vaillant@g...> |
Subject: | Re: Re : [Caml-list] Porting camlp4 stuff from 3.09 to 3.10: need help |
Hello, Now, I'm lost in the wiki. Do we have somewhere the 3.10 equivalent of this? http://martin.jambon.free.fr/extend-ocaml-syntax.html More specifically, I think about the part which deals with extending The Ocaml grammar, (adding a "try ... finally" clause). The wiki page about syntax extensions: http://brion.inria.fr/gallium/index.php/Syntax_extension_tutorial Seems to be about creating a new grammar, and then extending it. I can't find (or understand) about extending specifically the Ocaml (base syntax) grammar. Finally, do we have some introductory page about the 3.10 camlp4, which could be understood by a complete newbie? I know Ocaml's core language pretty well, but my camlp4 knowledge is close to nil. Thanks, Loup