puffnfresh / roy

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

RoyCompile #172

Closed joneshf closed 11 years ago

joneshf commented 11 years ago

Hey all,

I made a sublime text 2 extension to allow you to compile roy on the fly. It's pretty much a rehash of CoffeeCompile. You just need to either have the path to roy on your PATH, or edit the settings and set the path. The default command is Ctrl-Shift-R. It's in package control, so you should be able to just install from sublime text 2 and be all set.

It's only been tested on linux, so I don't know about any other os's, but it should work.

https://github.com/joneshf/RoyCompile

joneshf commented 11 years ago

This doesn't actually need to be an issue. Also, it's getting revamped for additional support of syntax highlighting, snippets, and sublime text 3 (now that it's in public beta).