first commit
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
#ifndef SERIALIZE_H
|
||||
#define SERIALIZE_H
|
||||
#include "AST.h"
|
||||
char *serialize(AST *ast, int *len);
|
||||
#endif
|
||||
Reference in New Issue
Block a user