Footnotes

This commit is contained in:
2026-07-14 18:59:50 +02:00
parent 3f680b5e22
commit 91671995d3
5 changed files with 120 additions and 3 deletions
+4
View File
@@ -55,6 +55,10 @@ print_token :: proc(token: ^Token, depth: int = 0) {
type_str = "Right"
case TokenType.Middle:
type_str = "Middle"
case TokenType.FootnoteDef:
type_str = "FootnoteDef"
case TokenType.FootnoteRef:
type_str = "FootnoteRef"
}
value_str := ""