Breaks down an input string into a list of Tokens, without otherwise validating syntax.
new()
tokenize(input:String):Array<Token>