Refactored parse_token function

This commit is contained in:
2023-07-01 04:43:52 +01:00
parent 7e4d82888a
commit 99f5c5bfe5
3 changed files with 511 additions and 317 deletions

View File

@@ -1,6 +1,7 @@
#ifndef PARSER_H
#define PARSER_H
#include "json_entities.h"
#include "lexer.h"
void parse_token(token_t token);