[plt-scheme] BNF parser generator

From: Stephen Tetley (rt014i7347 at blueyonder.co.uk)
Date: Fri Jan 16 08:39:18 EST 2004

Hello

I've a couple of translations (from Caml and Haskell) of parser 
combinators here:

http://slackwise.org/spt/scheme.html


Unfortunately they're very much toy implementations - no error handling, 
slow...

There's also an implentation of a GLR parser but it only supports 
drawing output to Dot so it isn't overly useful :-(


Regards

stephen



David Herman wrote:
>  For list-related administrative tasks:
>  http://list.cs.brown.edu/mailman/listinfo/plt-scheme
> 
> I've written a little parser generator for BNF grammars that turned out 
> pretty well. It's similar to Dorai Sitaram's implementation of regular 
> expressions (i.e., the two-continuation backtracking model).



Posted on the users mailing list.