new Tokenizer(script)
Creates a new Tokenizer to turn input FormScript code into a token stream.
Parameters:
Name | Type | Description |
---|---|---|
script |
string | FormScript code |
- Source:
Methods
tokenize() → {Array}
The main tokenizer method.
- Source:
Returns:
- Type
- Array