weistn / gismo

Programming language with extensible syntax
3 stars 0 forks source link

bin/gismo for single files #11

Closed weistn closed 10 years ago

weistn commented 10 years ago

bin/gismo should compile a file and execute it.

bin/gismo foobar.gs

This should result in a compiled file named .foobar.js. This file is then required and executed.