Simple HTML render
This commit is contained in:
+1
-1
@@ -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>")
|
||||
|
||||
Reference in New Issue
Block a user