helloJSON/include/parser/parser.h
2023-06-28 20:50:54 +01:00

9 lines
109 B
C

#ifndef PARSER_H
#define PARSER_H
#include "lexer.h"
void parse_token(token_t token);
#endif // !PARSER_H