10 lines
198 B
C
10 lines
198 B
C
#ifndef INCLUDE_PARSER_PARSER_H_
|
|
#define INCLUDE_PARSER_PARSER_H_
|
|
|
|
#include "../tokenlist.h"
|
|
#include "util.h"
|
|
|
|
parse_result_t parse(tokenlist_entry_t *current);
|
|
|
|
#endif // INCLUDE_PARSER_PARSER_H_
|