|
|
@ -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);
|
|
|
|
|
|
|
|