Files
Noja/src/compiler/serialize.h
T
2021-10-31 04:17:57 +00:00

5 lines
100 B
C

#ifndef SERIALIZE_H
#define SERIALIZE_H
#include "AST.h"
char *serialize(AST *ast, int *len);
#endif