For reading a script into tokens
returns Token[] with type identified based on string[] input
Takes script, and separates into tokens (using separateTokens), identifies token types, retuns the Tokens with Token.Type in an array
See Source File
For reading a script into tokens