mirror of
https://github.com/jashkenas/coffeescript.git
synced 2026-02-17 11:01:25 -05:00
got a build script for rebuilding the compiler, too
This commit is contained in:
@@ -83,7 +83,7 @@
|
||||
} else {
|
||||
js = coffee.compile(code);
|
||||
if (opts.run) {
|
||||
process.compile(js, source);
|
||||
eval(js);
|
||||
} else if (opts.print) {
|
||||
puts(js);
|
||||
} else if (opts.lint) {
|
||||
|
||||
Reference in New Issue
Block a user