Browse thread
Incremental, undoable parsing in OCaml as the general parser inversion
[
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: | Paul Snively <psnively@m...> |
| Subject: | Re: [Caml-list] Incremental, undoable parsing in OCaml as the general parser inversion |
Oleg, Thank you for the detailed explanation--it's as clear as can be. Given that, can I ask for a follow-up explanation as to what the issues in providing delimited continuations natively for ocamlopt are? Many thanks and best regards, Paul On Jul 5, 2007, at 1:13 AM, oleg@pobox.com wrote: > I'm afraid that cannot be done. That is, short of re-writing > make_lexer and all other library functions in the monadic style...