7 lines
90 B
C
7 lines
90 B
C
#ifndef ACC_PARSE_H
|
|
#define ACC_PARSE_H
|
|
|
|
struct ASTnode* parse(const char *name);
|
|
|
|
#endif
|