Partial parser implementation
This commit is contained in:
9
src/parser/parser.h
Normal file
9
src/parser/parser.h
Normal file
@ -0,0 +1,9 @@
|
||||
#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_
|
Reference in New Issue
Block a user