1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-10 20:42:21 +02:00

Argument cascades

This commit is contained in:
Brian Fiete 2021-01-02 08:11:07 -08:00
parent 0692fb44a4
commit 2dbcca8ca4
8 changed files with 98 additions and 8 deletions

View file

@ -1834,7 +1834,8 @@ enum BfUnaryOp
BfUnaryOp_Ref,
BfUnaryOp_Out,
BfUnaryOp_Mut,
BfUnaryOp_Params,
BfUnaryOp_Params,
BfUnaryOp_Cascade
};
class BfTokenNode : public BfAstNode