Simple HTML render

This commit is contained in:
2026-07-14 15:39:06 +02:00
parent 7f6950b8fe
commit dc49129999
3 changed files with 111 additions and 1 deletions
+1 -1
View File
@@ -62,7 +62,7 @@ print_token :: proc(token: ^Token, depth: int = 0) {
main :: proc() {
lines := read_stdin()
parsed := parse(lines)
// print_html(&parsed)
print_html(&parsed)
fmt.println("<hr>")
fmt.println("<h1>Token Tree</h1>")
fmt.println("<p>")