Scripts
This commit is contained in:
@@ -85,6 +85,12 @@ print_token :: proc(token: ^Token, depth: int = 0) {
|
||||
type_str = "Iframe"
|
||||
case TokenType.Script:
|
||||
type_str = "Script"
|
||||
case TokenType.ScriptBlock:
|
||||
type_str = "ScriptBlock"
|
||||
case TokenType.Variable:
|
||||
type_str = "Variable"
|
||||
case TokenType.VariableDef:
|
||||
type_str = "VariableDef"
|
||||
}
|
||||
|
||||
value_str := ""
|
||||
|
||||
Reference in New Issue
Block a user