[
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-04-18 (07:38) |
From: | Hendrik Tews <H.Tews@c...> |
Subject: | Re: [Caml-list] using different lexers with one parser? |
Oliver Bandel <oliver@first.in-berlin.de> writes: Is it possible (without too much effort) to switch the lexer during parsing (from within the parser)? Yes, see http://caml.inria.fr/pub/ml-archives/caml-list/2003/09/3e7f3495840e2bc851b91c3dba8abab9.en.html The main problem is the lookahead token. Bye, Hendrik