Browse thread
Hacking the lexer in the new camlp4
-
Harrison, John R
-
Nicolas Pouillard
- Harrison, John R
-
Nicolas Pouillard
[
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: | 2007-03-29 (15:11) |
From: | Harrison, John R <john.r.harrison@i...> |
Subject: | RE: [Caml-list] Hacking the lexer in the new camlp4 |
| > In the current camlp4, the only way I found to do this was basically | > to copy the existing lexer and edit it. Although it works, it's ugly | > and invariably means that I've had to change something with almost | > every new version of camlp4. Does the new camlp4 offer a nicer way of | > changing the lexer? | | How did you that in the previous one without copy/paste the old lexer? Indeed, that's exactly what I did in the old camlp4. But I am curious if the new camlp4 offers, or could offer, a more modular solution. John.