new version of Parser Combinators and Syntax Macros's (beta)

S. Doaitse Swierstra doaitse@cs.uu.nl
Thu, 7 Mar 2002 16:54:17 +0100


--============_-1196606036==_ma============
Content-Type: text/plain; charset="us-ascii" ; format="flowed"

At:

  http://www.cs.uu.nl/groups/ST/Software/UU_Parsing

you will find the latest/greatest version of our combinators, that are:

  - faster (faster than Parsec)
  - correct much faster
  - compute results lazily, and produce error messages online in the 
IO monad while parsing
    (using unsafeInterleavedIO)
  - are compatible with the syntax macro mechanism we have implemented (beta):
    http://www.cs.uu.nl/~arthurb/index.html

Doaitse
-- 

-- 
__________________________________________________________________________
S. Doaitse Swierstra, Department of Computer Science, Utrecht University
                       P.O.Box 80.089, 3508 TB UTRECHT,   the Netherlands
                       Mail:  mailto:doaitse@cs.uu.nl          
                       WWW:   http://www.cs.uu.nl/

                       tel:    +31 30 253 3962
                       fax:    +31 30 251 3791
                       mobile: +31 6 2880 1680
__________________________________________________________________________
--============_-1196606036==_ma============
Content-Type: text/html; charset="us-ascii"

<!doctype html public "-//W3C//DTD W3 HTML//EN">
<html><head><style type="text/css"><!--
blockquote, dl, ul, ol, li { padding-top: 0 ; padding-bottom: 0 }
 --></style><title>new version of Parser Combinators and Syntax
Macros's</title></head><body>
<div>At:<br>
<br>
&nbsp;http://www.cs.uu.nl/groups/ST/Software/UU_Parsing<br>
</div>
<div>you will find the latest/greatest version of our combinators,
that are:</div>
<div><br>
&nbsp;- faster (faster than Parsec)<br>
&nbsp;- correct much faster<br>
&nbsp;- compute results lazily, and produce error messages online in
the IO monad while parsing<br>
&nbsp;&nbsp; (using unsafeInterleavedIO)</div>
<div>&nbsp;- are compatible with the syntax macro mechanism we have
implemented (beta):</div>
<div>&nbsp;&nbsp; http://www.cs.uu.nl/~arthurb/index.html<br>
</div>
<div>Doaitse</div>
<div><tt>-- </tt></div>
<div><br></div>
<x-sigsep><pre>-- 
</pre></x-sigsep>
<div><font size="-1"
color="#000000"
>____________________________________________________________________<span
></span>______<br>
S. Doaitse Swierstra, Department of Computer Science, Utrecht
University</font></div>
<div><font size="-1"
color="#000000"
>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<span
></span>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
P.O.Box 80.089, 3508 TB UTRECHT,&nbsp;&nbsp; the Netherlands<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<span
></span>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
Mail:&nbsp;
mailto:doaitse@cs.uu.nl&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<span
></span>&nbsp;&nbsp;&nbsp;<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<span
></span>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
WWW:&nbsp;&nbsp; http://www.cs.uu.nl/</font></div>
<div><font size="-1" color="#000000"><br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<span
></span>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
tel:&nbsp;&nbsp;&nbsp; +31 30 253 3962</font></div>
<div><font size="-1"
color="#000000"
>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<span
></span>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
fax:&nbsp;&nbsp;&nbsp; +31 30 251 3791</font></div>
<div><font size="-1"
color="#000000"
>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<span
></span>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
mobile: +31 6 2880 1680<br>
_____________________________________________________________________<span
></span>_____</font></div>
</body>
</html>
--============_-1196606036==_ma============--