mirror of
https://github.com/krgamestudios/Toy.git
synced 2026-04-15 14:54:07 +10:00
Updated docs and comments
This commit is contained in:
@@ -567,7 +567,7 @@ static Toy_AstFlag group(Toy_Bucket** bucketHandle, Toy_Parser* parser, Toy_Ast*
|
||||
}
|
||||
|
||||
static Toy_AstFlag compound(Toy_Bucket** bucketHandle, Toy_Parser* parser, Toy_Ast** rootHandle) {
|
||||
//read in an array or dictionary compound definition
|
||||
//read in an array or table compound definition
|
||||
if (parser->previous.type == TOY_TOKEN_OPERATOR_BRACKET_LEFT) {
|
||||
//BUGFIX: special case for empty arrays
|
||||
if (match(parser, TOY_TOKEN_OPERATOR_BRACKET_RIGHT)) {
|
||||
|
||||
Reference in New Issue
Block a user