|
Nearly CC
An educational compiler skeleton
|
Print a parse tree. More...
#include "grammar_symbols.h"


Public Member Functions | |
| virtual std::string | node_tag_to_string (int tag) const |
| Override to convert a parse node's tag to a string. More... | |
| void | print (Node *t) const |
Print a parse tree.
|
virtual |
Override to convert a parse node's tag to a string.
| tag | parse node tag value |
Implements TreePrint.
Reimplemented in ASTTreePrint.