caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
* [Caml-list] yet another xml parser
@ 2002-07-25  2:48 Mike Lin
  2002-07-25  4:24 ` Alexander V. Voinov
  0 siblings, 1 reply; 3+ messages in thread
From: Mike Lin @ 2002-07-25  2:48 UTC (permalink / raw)
  To: caml-list

hello! 

none of the ocaml xml parsers out there quite served my needs, so i
wrote my own. for anyone who's interested, i put up a page about it. 

http://mikelin.mit.edu/yaxpo/

the most interesting thing about the parser is that it is all hand
written in explicit continuation-passing style (CPS) instead of using
recursion or iteration. this allows one to do some amusing things in
clever ways; for example, it is possible to "pause" parsing, returning
control to the caller, and then pick up where it left off at some later
time. 

i am using the parser in conjunction with another project i'm working
on. it's still quite preliminary, but i'm using it already to do some
'real' stuff, so i hope it can eventually be useful standalone. 

mike

-------------------
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


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [Caml-list] yet another xml parser
  2002-07-25  4:24 ` Alexander V. Voinov
@ 2002-07-25  4:11   ` Mike Lin
  0 siblings, 0 replies; 3+ messages in thread
From: Mike Lin @ 2002-07-25  4:11 UTC (permalink / raw)
  To: Alexander V. Voinov; +Cc: caml-list

i have such a library, and will stabilize it in the next few weeks.

-- mike --

On Thu, 2002-07-25 at 00:24, Alexander V. Voinov wrote:
> Hi Mike,
> 
> Thank you for the contribution. Do you have/plan for an OCaml library
> for Jabber?  
> WBR
> 
> Alexander
> 
> Mike Lin wrote:
> > 
> > hello!
> > 
> > none of the ocaml xml parsers out there quite served my needs, so i
> > wrote my own. for anyone who's interested, i put up a page about it.
> > 
> > http://mikelin.mit.edu/yaxpo/
> > 
> > the most interesting thing about the parser is that it is all hand
> > written in explicit continuation-passing style (CPS) instead of using
> > recursion or iteration. this allows one to do some amusing things in
> > clever ways; for example, it is possible to "pause" parsing, returning
> > control to the caller, and then pick up where it left off at some later
> > time.
> > 
> > i am using the parser in conjunction with another project i'm working
> > on. it's still quite preliminary, but i'm using it already to do some
> > 'real' stuff, so i hope it can eventually be useful standalone.
> > 
> > mike
> > 
> > -------------------
> > 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
> -------------------
> 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


-------------------
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


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [Caml-list] yet another xml parser
  2002-07-25  2:48 [Caml-list] yet another xml parser Mike Lin
@ 2002-07-25  4:24 ` Alexander V. Voinov
  2002-07-25  4:11   ` Mike Lin
  0 siblings, 1 reply; 3+ messages in thread
From: Alexander V. Voinov @ 2002-07-25  4:24 UTC (permalink / raw)
  To: Mike Lin; +Cc: caml-list

Hi Mike,

Thank you for the contribution. Do you have/plan for an OCaml library
for Jabber?  
WBR

Alexander

Mike Lin wrote:
> 
> hello!
> 
> none of the ocaml xml parsers out there quite served my needs, so i
> wrote my own. for anyone who's interested, i put up a page about it.
> 
> http://mikelin.mit.edu/yaxpo/
> 
> the most interesting thing about the parser is that it is all hand
> written in explicit continuation-passing style (CPS) instead of using
> recursion or iteration. this allows one to do some amusing things in
> clever ways; for example, it is possible to "pause" parsing, returning
> control to the caller, and then pick up where it left off at some later
> time.
> 
> i am using the parser in conjunction with another project i'm working
> on. it's still quite preliminary, but i'm using it already to do some
> 'real' stuff, so i hope it can eventually be useful standalone.
> 
> mike
> 
> -------------------
> 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
-------------------
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


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2002-07-25  4:29 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-07-25  2:48 [Caml-list] yet another xml parser Mike Lin
2002-07-25  4:24 ` Alexander V. Voinov
2002-07-25  4:11   ` Mike Lin

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).