Start exploring the parser

This commit is contained in:
Abdelrahman Said
2023-06-28 20:50:54 +01:00
parent 0a7e2f7f0c
commit 6d08b38058
4 changed files with 47 additions and 288 deletions

8
include/parser/parser.h Normal file
View File

@@ -0,0 +1,8 @@
#ifndef PARSER_H
#define PARSER_H
#include "lexer.h"
void parse_token(token_t token);
#endif // !PARSER_H