]> git.lizzy.rs Git - uwu-lang.git/blobdiff - src/parse.h
Update capitalization of Turing in the README (#1)
[uwu-lang.git] / src / parse.h
index 46f454282e8f8bceb30eef4cb8c71c67746eeb57..7c13dd73757c13244887fc7a3e44a56216e8d019 100644 (file)
@@ -10,7 +10,7 @@ typedef struct ParseExpression
        UwUVMExpressionType type;
        union
        {
-               int   int_value;
+               long  int_value;
                char *str_value;
        } value;
        size_t num_children;