tokenizeAll
Tokenizes the entire input and returns all tokens as an array.
Parameters
input | The CF source text to tokenize |
filename | Optional filename for error reporting |
Returns
Array of all tokens (excluding EOF).
Tokenizes the entire input and returns all tokens as an array.
input | The CF source text to tokenize |
filename | Optional filename for error reporting |