Comparing version 0.0.16 to 0.0.17
@@ -74,7 +74,9 @@ var Generator = require('generate-js'), | ||
console.log( | ||
utils.repeat(' ', scope.length) + | ||
utils.repeat(' ', scope.length + | ||
1) + | ||
_.modeFormater(mode) + ' ' + | ||
_.funcFormater(parseFunc.name) + | ||
'\n' + | ||
utils.repeat(' ', scope.length) + | ||
utils.repeat(' ', scope.length + | ||
1) + | ||
utils.bufferSlice(code, 5, _.charFormater) | ||
@@ -99,3 +101,4 @@ ); | ||
console.log( | ||
utils.repeat(' ', scope.length) + | ||
utils.repeat(' ', scope.length + | ||
1) + | ||
_.typeFormater(token.constructor | ||
@@ -102,0 +105,0 @@ .name || token.type) + |
{ | ||
"name": "compileit", | ||
"version": "0.0.16", | ||
"version": "0.0.17", | ||
"description": "A simple parse cycle compiler.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
18698
546