Re: [racket] s-expression javascript syntax

2014-05-21 Thread antoine
Bonjour, I have: https://github.com/antoineB/racketjs/blob/master/js-ast.rkt It is a straight forward javascript ast, intented to be used as intermediate representation, so writing it by hand will not be convenient. Racket Users list: http://lists.racket-lang.org/users

Re: [racket] s-expression javascript syntax

2014-05-20 Thread Jay McCarthy
Here are two options: http://planet.racket-lang.org/package-source/jaymccarthy/javascript.plt/1/2/doc.txt http://planet.racket-lang.org/package-source/dherman/javascript.plt/9/2/planet-docs/javascript/pjs.html I presume there is bit-rot, but they should be nice. Jay On Tue, May 20, 2014 at 8:3

[racket] s-expression javascript syntax

2014-05-20 Thread Neil Van Dyke
Is anyone using an s-expression representation of JavaScript syntax with Racket? (I see some Google hits for "s-expression javascript", but am wondering whether anyone is currently doing that in Racket. This was prompted by writing a generator in Racket for an HTML5 mobile app, which requires