Adicionando codegen_visitor.h e c
[toypasc.git] / simpleprinter_visitor.h
blob4662ad71a7f49d033536ca5fb04e730789041a79
1 #ifndef SIMPLEPRINTER_VISITOR_H
2 #define SIMPLEPRINTER_VISITOR_H
4 #include "ast.h"
6 Visitor *simpleprinter_new();
8 void simpleprinter_visit (struct AstNode *node);
10 #endif // SIMPLEPRINTER_VISITOR_H