aboutsummaryrefslogtreecommitdiff
path: root/gen_code.h
blob: 8c9ad00b37b5b9603f8914d9cc9612ccc54c6dbc (plain)
1
2
3
4
5
6
7
8
9
10
#ifndef GEN_CODEH
#define GEN_CODEH

#include "tree.h"
void gen_code(ptree*);

void gen_expr(ptree*);
void gen_statement(ptree*);

#endif