aboutsummaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
Diffstat (limited to 'src/include')
-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);