[
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: | Anastasia Gornostaeva <ermine@e...> |
| Subject: | Re: [Caml-list] stupid q: camlp4 |
On Sat, Nov 08, 2008 at 09:24:05PM +0000, Jon Harrop wrote: > On Saturday 08 November 2008 20:00:44 Anastasia Gornostaeva wrote: > > Hello. > > > > How can I learn modern Camlp4? > > The new Camlp4 is not yet fully documented. The official documentation is on a > wiki here: > > http://brion.inria.fr/gallium/index.php/Camlp4 > > Richard Jones' OCaml tutorial site has a simple "foreach" example: > > http://www.ocaml-tutorial.org/camlp4_3.10/ > > Our OCaml Journal published an article about parsers and macros using the new > Camlp4 on 23rd November 2007: > > http://www.ffconsultancy.com/products/ocaml_journal/?ol > > I once posted a simple compiler for the "Minim" language that was written > using Camlp4: > > http://caml.inria.fr/pub/ml-archives/caml-list/2007/08/c92bb15c444511674faf0c898d2e9986.en.html > Oh, how many useful links! I spent some time on ocaml.org site to figure out something interesting for new camlp4, but it was not always clear if the article is about new or old camlp4.