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 <roken...@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 >
_________________________________________________ For list-related administrative tasks: http://lists.racket-lang.org/listinfo/dev