mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-10 20:42:21 +02:00
Argument cascades
This commit is contained in:
parent
0692fb44a4
commit
2dbcca8ca4
8 changed files with 98 additions and 8 deletions
|
@ -1834,7 +1834,8 @@ enum BfUnaryOp
|
|||
BfUnaryOp_Ref,
|
||||
BfUnaryOp_Out,
|
||||
BfUnaryOp_Mut,
|
||||
BfUnaryOp_Params,
|
||||
BfUnaryOp_Params,
|
||||
BfUnaryOp_Cascade
|
||||
};
|
||||
|
||||
class BfTokenNode : public BfAstNode
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue