This has to be the worst-looking code yet

This commit is contained in:
2026-07-14 19:54:05 +02:00
parent 2cc4aae139
commit 1a4c902654
4 changed files with 180 additions and 4 deletions
+4
View File
@@ -71,6 +71,10 @@ print_token :: proc(token: ^Token, depth: int = 0) {
type_str = "Superscript"
case TokenType.Subscript:
type_str = "Subscript"
case TokenType.HeaderLink:
type_str = "HeaderLink"
case TokenType.Link:
type_str = "Link"
}
value_str := ""