Browse thread
Issue to compile a program with camlp4 in OCaml 3.10.0
[
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: | Michel Mauny <Michel.Mauny@i...> |
| Subject: | Re: [Caml-list] Issue to compile a program with camlp4 in OCaml 3.10.0 |
Hi, 2008/9/23 óÅÒÇÅÊ ðÌÁËÓÉÎ <serp@stork.ru> > > what is pa_op.cmo? It's a CamlP4 parser for the extension of ocaml classical syntax with streams parsers. Decoding proceeds as follows: "pa_" stands for parser, "o" for ocaml syntax, and "p" for stream parsers. -- MM