diff options
Diffstat (limited to 'parse.h')
| -rw-r--r-- | parse.h | 6 |
1 files changed, 1 insertions, 5 deletions
@@ -2,11 +2,7 @@ #define PARSER_H struct atom; -struct list; -int parse_next(const char *src, int *pos, struct atom **result); -struct list *parse(const char *src, int *pos); - -void print_list(struct list *list, int level); +struct atom *parse(const char *src, int *pos); #endif |
