new Parser(script)
Creates a new Parser to parse the token stream coming from Tokenizer
Parameters:
Name | Type | Description |
---|---|---|
script |
string | FormScript code |
- Source:
Methods
parse() → {AST}
The main parser method.
- Source:
Returns:
- Type
- AST