[racket-dev] Bison

From: Rodolfo Carvalho (rhcarvalho at gmail.com)
Date: Wed Oct 12 16:03:46 EDT 2011

Hello,

There is an example lexer and parser from the parser-tools collect for
Scheme r5rs that may serve you.
You can check it at collects/parser-tools/examples/read.rkt, or online:

https://github.com/plt/racket/blob/master/collects/parser-tools/examples/read.rkt


As has been said, the grammar is pretty compact, and probably won't help you
much with Jison.

See Whalesong, that's a really cool project from Danny Yoo, and has already
many cross-browser working examples.


It's the first time I hear about Emscripten, and it seems  ... wow! Let us
know if you can make Racket compile and run using it!


[]'s

Rodolfo Carvalho


On Wed, Oct 12, 2011 at 00:23, Gatlin Johnson <rokenrol at gmail.com> wrote:

> Hello,
>
> I'm new to racket and even newer to developing with it. Is there a
> Bison grammar definition of racket? I'll be up front: my goal is to
> run it through Jison (http://zaach.github.com/jison/) and make a
> version which runs in the browser. If not, I can play around with
> emscripten and go the hard way. Fantastic project / language /
> community you've got here, though.
> _________________________________________________
>  For list-related administrative tasks:
>  http://lists.racket-lang.org/listinfo/dev
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.racket-lang.org/dev/archive/attachments/20111012/e9357728/attachment.html>

Posted on the dev mailing list.