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

</div><div><a href="https://github.com/plt/racket/blob/master/collects/parser-tools/examples/read.rkt">https://github.com/plt/racket/blob/master/collects/parser-tools/examples/read.rkt</a></div><div><br></div><div><br></div>

<div>As has been said, the grammar is pretty compact, and probably won&#39;t help you much with Jison.</div><div><br></div><div>See Whalesong, that&#39;s a really cool project from Danny Yoo, and has already many cross-browser working examples.</div>

<div><br></div><div><br></div><div>It&#39;s the first time I hear about E<span class="Apple-style-span" style="font-family: arial, sans-serif; font-size: 13px; background-color: rgb(255, 255, 255); ">mscripten, and it seems  ... wow! Let us know if you can make Racket compile and run using it!</span></div>

<div><br></div><div><br></div><div>[]&#39;s</div><div><br clear="all">Rodolfo Carvalho<br>
<br><br><div class="gmail_quote">On Wed, Oct 12, 2011 at 00:23, Gatlin Johnson <span dir="ltr">&lt;<a href="mailto:rokenrol@gmail.com">rokenrol@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">

Hello,<br>
<br>
I&#39;m new to racket and even newer to developing with it. Is there a<br>
Bison grammar definition of racket? I&#39;ll be up front: my goal is to<br>
run it through Jison (<a href="http://zaach.github.com/jison/" target="_blank">http://zaach.github.com/jison/</a>) and make a<br>
version which runs in the browser. If not, I can play around with<br>
emscripten and go the hard way. Fantastic project / language /<br>
community you&#39;ve got here, though.<br>
_________________________________________________<br>
  For list-related administrative tasks:<br>
  <a href="http://lists.racket-lang.org/listinfo/dev" target="_blank">http://lists.racket-lang.org/listinfo/dev</a><br>
</blockquote></div><br></div>