marrub
/
LoveToken
Archived
1
0
Fork 0

Added tokenizer:setPos(newPos)

master
Benjamin Moir 2015-06-07 17:20:24 +09:30
parent fba61dde93
commit 407caaf6f1
1 changed files with 5 additions and 0 deletions

View File

@ -136,4 +136,9 @@ function tokenizer:getToken()
return lt
end
function tokenizer:setPos(newPos)
loveToken.LT_SetPos(newPos)
tokenizer:checkError()
end
return tokenizer