Browse thread
camlp4 on Debian lenny
[
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: | Oliver Bandel <oliver@f...> |
| Subject: | Re: Re : [Caml-list] Re: camlp4 on Debian lenny |
Zitat von Matthieu Wipliez <mwipliez@yahoo.fr>:
> > Heheh, both URLs are the equal. :)
>
> >
> > Can you explain the difference? ;-)
> >
> > (Or do you have a second URL?)
>
> lol
>
> The documentation of the current Camlp4 can be found on the Wiki:
> http://brion.inria.fr/gallium/index.php/Camlp4
>
> There is a couple of tutorials there.
>
> Have fun !
[...]
Yes, I try...
===========================================
oliver@siouxsie:~/Programmierung/camlp4-versuche$ ocaml
Objective Caml version 3.10.2
Camlp4 Parsing version 3.10.2
# Grammar.make;;
Unbound value Grammar.make
# let gram = Grammar.gcreate (Plexer.gmake ());;
Unbound value Grammar.gcreate
#
===========================================
Well, does not looks funny. :(
Ciao,
Oliver