aboutsummaryrefslogtreecommitdiff
path: root/src/include/token.h
diff options
context:
space:
mode:
authors-over-42023-06-13 17:31:21 -0400
committers-over-42023-06-13 17:31:21 -0400
commitdf8846173b672e66177aea6b3fe37ec4af5428e9 (patch)
tree61ef3c7620cda31380842e7e6246e7b312d2cc9d /src/include/token.h
parenta85c68d5fa2ff2a55fe648fe84f0d7833ee5d72b (diff)
ok
Diffstat (limited to 'src/include/token.h')
-rw-r--r--src/include/token.h2
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);