mirror of
https://github.com/krgamestudios/Toy.git
synced 2026-04-15 23:04:08 +10:00
Added the opaque keyword
This commit is contained in:
@@ -10,6 +10,7 @@ typedef enum TokenType {
|
||||
TOKEN_ARRAY,
|
||||
TOKEN_DICTIONARY,
|
||||
TOKEN_FUNCTION,
|
||||
TOKEN_OPAQUE,
|
||||
TOKEN_ANY,
|
||||
|
||||
//keywords and reserved words
|
||||
@@ -89,4 +90,3 @@ typedef enum TokenType {
|
||||
TOKEN_ERROR,
|
||||
TOKEN_EOF,
|
||||
} TokenType;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user