chicken-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: [Chicken-users] Scheme Lex/Yacc implementation compatible withChiken


From: Dominique Boucher
Subject: RE: [Chicken-users] Scheme Lex/Yacc implementation compatible withChiken?
Date: Mon, 4 Oct 2004 19:44:36 -0400

> I don't know if the code shipped with PLT is really that 
> portable. But there is a lexer generator, called silex, 
> available for CHICKEN on the eggs page 
> (http://www.call-with-current-continuation.org/eggs/index.html
> #parsing).
> 

There is also lalr-scm, a portable parser generator for Scheme, that has
been ported to Chicken. It is available here:

http://www.iro.umontreal.ca/~boucherd/Lalr/documentation/lalr.html

It is not yet available as an egg, however. But it interfaces well with
Silex.

Hope this helps,

Dominique Boucher






reply via email to

[Prev in Thread] Current Thread [Next in Thread]