This has to be the worst-looking code yet
This commit is contained in:
@@ -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 := ""
|
||||
|
||||
Reference in New Issue
Block a user