This commit is contained in:
2026-07-14 21:38:29 +02:00
parent 1d790c3d4a
commit 3ea48cd313
4 changed files with 14 additions and 0 deletions
+2
View File
@@ -83,6 +83,8 @@ print_token :: proc(token: ^Token, depth: int = 0) {
type_str = "Video"
case TokenType.Iframe:
type_str = "Iframe"
case TokenType.Script:
type_str = "Script"
}
value_str := ""