mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-10 12:32:20 +02:00
Added '.{ x = 1, y = 2}' initializer expression
This commit is contained in:
parent
b18cdc706c
commit
0692fb44a4
5 changed files with 127 additions and 33 deletions
|
@ -2120,7 +2120,7 @@ class BfInitializerExpression : public BfExpression
|
|||
public:
|
||||
BF_AST_TYPE(BfInitializerExpression, BfExpression);
|
||||
|
||||
BfExpression* mTarget;
|
||||
BfAstNode* mTarget;
|
||||
BfTokenNode* mOpenBrace;
|
||||
BfSizedArray<BfExpression*> mValues;
|
||||
BfSizedArray<BfTokenNode*> mCommas;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue