Compiling and running first program!
This commit is contained in:
@@ -741,7 +741,7 @@ token_kind_string(Token_Kind kind){
|
||||
case TK_Character: return "Character"_s;
|
||||
case TK_Error: return "Error"_s;
|
||||
case TK_Float: return "Float"_s;
|
||||
case TK_Integer: return "Int"_s;
|
||||
case TK_Integer: return "int"_s;
|
||||
case TK_Keyword: return "Keyword"_s;
|
||||
case CLOSE_SCOPE: return "Close_Scope"_s;
|
||||
case OPEN_SCOPE: return "Open_Scope"_s;
|
||||
|
||||
Reference in New Issue
Block a user