Nice Token Tree printing
This commit is contained in:
+2
-2
@@ -66,8 +66,8 @@ main :: proc() {
|
|||||||
fmt.println("<hr>")
|
fmt.println("<hr>")
|
||||||
fmt.println("<h1>Token Tree</h1>")
|
fmt.println("<h1>Token Tree</h1>")
|
||||||
fmt.println("<p>")
|
fmt.println("<p>")
|
||||||
fmt.println("<code>")
|
fmt.print("<pre><code>")
|
||||||
print_token(&parsed)
|
print_token(&parsed)
|
||||||
fmt.println("</code>")
|
fmt.println("</code></pre>")
|
||||||
fmt.println("</p>")
|
fmt.println("</p>")
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user