mirror of
https://github.com/jashkenas/coffeescript.git
synced 2022-11-09 12:23:24 -05:00
more progress with the lexer, perhaps it's done
This commit is contained in:
parent
f19360c6b9
commit
babeebcc1a
6 changed files with 247 additions and 121 deletions
|
@ -2,7 +2,6 @@
|
|||
var coffee, paths;
|
||||
// Quickie script to compile and run all the files given as arguments.
|
||||
coffee = require('./coffee-script');
|
||||
process.mixin(require('sys'));
|
||||
paths = process.ARGV;
|
||||
paths = paths.slice(2, paths.length);
|
||||
coffee.compile_files(paths, function(js) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue