codegen
This commit is contained in:
parent
09d6cf4b46
commit
ed0ad1d095
14 changed files with 846 additions and 897 deletions
8
codegen.h
Normal file
8
codegen.h
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
#ifndef CODEGEN_H
|
||||
#define CODEGEN_H
|
||||
|
||||
#include "parser.h"
|
||||
|
||||
void generate(ast_node *node);
|
||||
|
||||
#endif
|
||||
Loading…
Add table
Add a link
Reference in a new issue