diff options
author | s-over-4 | 2023-06-13 17:31:21 -0400 |
---|---|---|
committer | s-over-4 | 2023-06-13 17:31:21 -0400 |
commit | df8846173b672e66177aea6b3fe37ec4af5428e9 (patch) | |
tree | 61ef3c7620cda31380842e7e6246e7b312d2cc9d /src/include | |
parent | a85c68d5fa2ff2a55fe648fe84f0d7833ee5d72b (diff) |
ok
Diffstat (limited to 'src/include')
-rw-r--r-- | src/include/token.h | 2 |
1 files changed, 2 insertions, 0 deletions
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); |