caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
* buffered io library
@ 2009-03-13  1:02 Yitzhak Mandelbaum
  0 siblings, 0 replies; only message in thread
From: Yitzhak Mandelbaum @ 2009-03-13  1:02 UTC (permalink / raw)
  To: Caml-list List

Hi,

I'm looking for an efficient IO library geared towards support for  
things like lexers. The essential features are:
* Support for easily backing up in the IO stream. That is, it should  
have an API for saving one's place and then later discarding that save  
(i.e. committing to current position) or restoring the IO stream to  
the saved location.
* Support for extracting and/or accessing sections of the stream  
(particularly, those between the last save point and the current  
position).

It looks like the Lexing module has these features baked in, but it  
doesn't seem to expose them to the user.  Does anyone have any other  
suggestions?

Thanks,
Yitzhak
-----------------------------
Yitzhak Mandelbaum




^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2009-03-13  1:02 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-03-13  1:02 buffered io library Yitzhak Mandelbaum

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).