The moment of truth: CoffeeScript has now compiled itself ten times over.

This commit is contained in:
Jeremy Ashkenas
2010-02-13 01:13:08 -05:00
parent 126f6c2d88
commit b965fcf32d
6 changed files with 24 additions and 35 deletions

View File

@@ -519,8 +519,7 @@
};
// Helpers ==============================================================
// Make the Jison parser.
bnf = {
};
bnf = {};
tokens = [];
__a = grammar;
for (name in __a) {