caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
* [Caml-list] First release of P3: a combinator parser library, and parser generator
@ 2013-04-08 10:28 Tom Ridge
  2013-04-08 11:03 ` Daniel Bünzli
  0 siblings, 1 reply; 4+ messages in thread
From: Tom Ridge @ 2013-04-08 10:28 UTC (permalink / raw)
  To: caml-list

[-- Attachment #1: Type: text/plain, Size: 848 bytes --]

Dear caml-list,

I'm pleased to announce the first release of the P3 combinator parser
library, and parser generator. It is essentially a synthesis of Earley
parsing with combinator parsing.

The url is: http://www.tom-ridge.com/p3.html

The main features are:

  * handles all context free grammars

  * fast (when memoized)

  * correct (hopefully)

  * simple (depending on your viewpoint)

  * scannerless (probably not a good idea - a separate lexing phase
    can result in much faster overall performance - but makes
    everything much simpler)

  * parsers implemented via combinators can be integrated easily with
    the core language (OCaml in this case), allowing full use of host
    language features eg modules etc




I'm sure there is much scope for improvement, but I thought I would
release it now to get feedback.

Thanks

Tom

[-- Attachment #2: Type: text/html, Size: 1554 bytes --]

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

end of thread, other threads:[~2013-04-08 12:30 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-04-08 10:28 [Caml-list] First release of P3: a combinator parser library, and parser generator Tom Ridge
2013-04-08 11:03 ` Daniel Bünzli
2013-04-08 11:33   ` Tom Ridge
2013-04-08 12:29     ` Daniel Bünzli

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