acc/include/parse.h
2023-02-07 10:32:03 +08:00

7 lines
90 B
C

#ifndef ACC_PARSE_H
#define ACC_PARSE_H
struct ASTnode* parse(const char *name);
#endif