Browse Source

commented tesing code

pull/21/head
Wesley Kerfoot 12 years ago
parent
commit
46632aa579
  1. 4
      tokenize.js

4
tokenize.js

@ -270,8 +270,8 @@ function tokenize(tokstream) {
module.exports = {tokenize : tokenize};
var tokstream = fs.readFileSync("/dev/stdin").toString();
//var tokstream = fs.readFileSync("/dev/stdin").toString();
//console.log(isIdentifier(')'));
console.log(tokenize(tokstream));
//console.log(tokenize(tokstream));
//tokenize(tokstream);

Loading…
Cancel
Save