Don't print token tree in HTML
This commit is contained in:
@@ -117,11 +117,4 @@ main :: proc() {
|
|||||||
lines := read_stdin()
|
lines := read_stdin()
|
||||||
parsed := parse(lines)
|
parsed := parse(lines)
|
||||||
print_html(&parsed)
|
print_html(&parsed)
|
||||||
fmt.println("<hr>")
|
|
||||||
fmt.println("<h1>Token Tree</h1>")
|
|
||||||
fmt.println("<p>")
|
|
||||||
fmt.print("<pre><code>")
|
|
||||||
print_token(&parsed)
|
|
||||||
fmt.println("</code></pre>")
|
|
||||||
fmt.println("</p>")
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user