Browse thread
[Caml-list] ocamllex/yacc and camlp4
[
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: | 2004-06-30 (07:45) |
From: | Hendrik Tews <tews@t...> |
Subject: | Re: [Caml-list] Startconditions in ocamllex |
> in the original lex it is possible to use startconditions. > Is that possible in ocamllex too? Start conditions, whatever they are, are not implemented in ocamllex. You can simulate startconditions with several entry points and a global variable. See my message http://caml.inria.fr/archives/200309/msg00027.html (just ask again if that is not clear enough). Bye, Hendrik ------------------- 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