mirror of
https://github.com/krgamestudios/Toy.git
synced 2026-04-15 23:04:08 +10:00
switched typeof for oftype, switched typeas for astype
This commit is contained in:
@@ -31,8 +31,8 @@ typedef enum TokenType {
|
||||
TOKEN_PRINT,
|
||||
TOKEN_RETURN,
|
||||
TOKEN_TYPE,
|
||||
TOKEN_TYPEAS,
|
||||
TOKEN_TYPEOF,
|
||||
TOKEN_ASTYPE,
|
||||
TOKEN_OFTYPE,
|
||||
TOKEN_VAR,
|
||||
TOKEN_WHILE,
|
||||
|
||||
|
||||
Reference in New Issue
Block a user