Parsing style [Was: [plt-scheme] proof checking: a subproblem]

From: Noel Welsh (noelwelsh at yahoo.com)
Date: Fri Jan 20 06:37:06 EST 2006

--- andrew cooke <andrew at acooke.org> wrote:

> Vague cultural question - is recursive descent parsing
> with combinators not that common in the scheme world? 

Not really. Parsing is not such an interesting problem when
you have sexps and read, and macros let you integrate a
traditional YACC style parser into the language.

There is Tony Garnock-Jones packrat parser for Scheme --
Google knows where it is.

N.

Email: noelwelsh <at> yahoo <dot> com   noel <at> untyped <dot> com
AIM: noelhwelsh
Blogs: http://monospaced.blogspot.com/  http://www.untyped.com/untyping/

__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 


Posted on the users mailing list.