Moves to the next token and returns it.
var p = steal.parse("CONTENT"), cur while( cur = p.moveNext() ){ }
steal.parse.moveNext() -> token
{token}
A token like:
{from: 22, to: 24, value: "hi", type: "string"}
Moves to the next token and returns it.