Multi line tokenizer

This commit is contained in:
Fabian Jakobs 2010-04-09 11:51:44 +02:00
commit fac85b2b27
4 changed files with 126 additions and 15 deletions

View file

@ -22,6 +22,7 @@ button.onclick = function()
{
var onComplete = function() {
console.log("complete");
console.log(tokenizer.lines);
};
var onUpdate = function(firstLine, lastLine) {