This commit is contained in:
2026-07-14 22:24:48 +02:00
parent f3650e59b1
commit 10afe9f22a
4 changed files with 351 additions and 14 deletions
+6
View File
@@ -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 := ""