Type casting is working:

This commit is contained in:
2022-08-19 19:24:07 +01:00
parent 9365541c8f
commit 4f0aebc32f
9 changed files with 236 additions and 25 deletions

View File

@@ -17,6 +17,7 @@ typedef enum {
//these are meta-level types
LITERAL_IDENTIFIER,
LITERAL_TYPE,
LITERAL_TYPE_INTERMEDIATE, //used to process types in the compiler only
LITERAL_ANY, //used by the type system only
} LiteralType;