first little piece of the rewriter

This commit is contained in:
Jeremy Ashkenas
2010-01-30 17:02:05 -05:00
parent e755188878
commit 84feab3492
6 changed files with 263 additions and 19 deletions

View File

@@ -1,7 +1,6 @@
(function(){
var compiler, path, sys;
var compiler, path;
// Executes the `coffee` Ruby program to convert from CoffeeScript to JavaScript.
sys = require('sys');
path = require('path');
// The path to the CoffeeScript executable.
compiler = path.normalize(path.dirname(__filename) + '/../../bin/coffee');