Start exploring the parser
This commit is contained in:
8
include/parser/parser.h
Normal file
8
include/parser/parser.h
Normal file
@@ -0,0 +1,8 @@
|
||||
#ifndef PARSER_H
|
||||
#define PARSER_H
|
||||
|
||||
#include "lexer.h"
|
||||
|
||||
void parse_token(token_t token);
|
||||
|
||||
#endif // !PARSER_H
|
Reference in New Issue
Block a user