mirror of
https://github.com/krgamestudios/Toy.git
synced 2026-05-06 00:40:11 +10:00
Implemented the following attributes:
* String.length * String.asUpper * String.asLower * array.length * array.pushBack(x) * array.popBack() The remaining attributes are listed in 'toy_attributes.h'
This commit is contained in:
@@ -85,6 +85,7 @@ typedef enum Toy_AstFlag {
|
||||
TOY_AST_FLAG_POSTFIX_DECREMENT = 44,
|
||||
|
||||
TOY_AST_FLAG_INVOKATION = 45,
|
||||
TOY_AST_FLAG_ATTRIBUTE = 46,
|
||||
|
||||
// TOY_AST_FLAG_TERNARY,
|
||||
} Toy_AstFlag;
|
||||
|
||||
Reference in New Issue
Block a user