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

6
src/parser/parser.c Normal file
View File

@@ -0,0 +1,6 @@
#include "parser.h"
#include "json_entities.h"
#include "lexer.h"
#include <stdlib.h>
void parse_token(token_t token) {}