tokenize
Creates a lexer as an input range for the given CF source.
Parameters
input | The CF source text to tokenize |
filename | Optional filename for error reporting |
Returns
A CfLexer for the input.
Creates a lexer as an input range for the given CF source.
input | The CF source text to tokenize |
filename | Optional filename for error reporting |