puffnfresh / roy

Small functional language that compiles to JavaScript.
http://roy.brianmckenna.org/
MIT License
834 stars 74 forks source link

Use Escodegen #151

Closed puffnfresh closed 11 years ago

puffnfresh commented 11 years ago

https://github.com/Constellation/escodegen

Then we can get rid of string concatenation and be sure that we're emitting valid JavaScript.

michaelficarra commented 11 years ago

+1e6! Also, free source maps.

Constellation commented 11 years ago

Wow! If you have question about impl & API of escodegen, feel free to ask us :-)

cassiemeharry commented 11 years ago

I just landed a branch that implements this. Free sourcemaps aren't included yet, but should be in soon.