Browse thread
[Caml-list] Genlex - and which parser?
-
Oliver Bandel
-
Remi VANICAT
-
Oliver Bandel
- Daniel de Rauglaudre
- Remi VANICAT
-
Oliver Bandel
-
Remi VANICAT
[
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: | Daniel de Rauglaudre <daniel.de_rauglaudre@i...> |
| Subject: | Re: [Caml-list] Genlex - and which parser? |
Hi, On Mon, Sep 02, 2002 at 02:35:32PM +0200, Oliver Bandel wrote: > Hmhhh in the campl4-tutorial/-reference they explain an other > Lexer (Plexer). I think it's similar. > Will Genlex not be used? Or is Plexer based on Genlex? No: the lexer Plexer of Camlp4 does not use Genlex. Genlex is for simple lexers and does not suit for lexing OCaml and the extensions that Camlp4 need (e.g. quotations). -- Daniel de RAUGLAUDRE daniel.de_rauglaudre@inria.fr http://cristal.inria.fr/~ddr/ ------------------- To unsubscribe, mail caml-list-request@inria.fr Archives: http://caml.inria.fr Bug reports: http://caml.inria.fr/bin/caml-bugs FAQ: http://caml.inria.fr/FAQ/ Beginner's list: http://groups.yahoo.com/group/ocaml_beginners