mirror of
https://github.com/beefytech/Beef.git
synced 2025-07-04 23:36:00 +02:00
Improved ambiguous (a*b, c*d)
tuple parse
This commit is contained in:
parent
7063959762
commit
48635c1939
5 changed files with 93 additions and 12 deletions
|
@ -341,6 +341,8 @@ struct DeferredTupleAssignData
|
|||
struct Entry
|
||||
{
|
||||
BfExpression* mExpr;
|
||||
BfType* mVarType;
|
||||
BfAstNode* mVarNameNode;
|
||||
BfExprEvaluator* mExprEvaluator;
|
||||
DeferredTupleAssignData* mInnerTuple;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue