acc/include/parse.h
szdytom 38fd3c8911 add quad repersentation
Signed-off-by: szdytom <szdytom@163.com>
2023-06-13 19:44:07 +08:00

7 lines
103 B
C

#ifndef ACC_PARSE_H
#define ACC_PARSE_H
struct Afunction* parse_source(const char *filename);
#endif