1
0
Fork 0
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:
Brian Fiete 2022-06-24 09:25:43 -07:00
parent 7063959762
commit 48635c1939
5 changed files with 93 additions and 12 deletions

View file

@ -341,6 +341,8 @@ struct DeferredTupleAssignData
struct Entry
{
BfExpression* mExpr;
BfType* mVarType;
BfAstNode* mVarNameNode;
BfExprEvaluator* mExprEvaluator;
DeferredTupleAssignData* mInnerTuple;
};