From df8846173b672e66177aea6b3fe37ec4af5428e9 Mon Sep 17 00:00:00 2001 From: s-over-4 Date: Tue, 13 Jun 2023 17:31:21 -0400 Subject: ok --- src/include/token.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/include') diff --git a/src/include/token.h b/src/include/token.h index a42b81f..f05e962 100644 --- a/src/include/token.h +++ b/src/include/token.h @@ -38,6 +38,8 @@ typedef struct TOKEN_STRUC { token_t* token_init(int type, char* val); +char* token_get_type(int type); + int char_could_start_keyword(char* character); int char_could_split_keyword(char* character); int char_could_start_int(char* character); -- cgit v1.2.3