mirror of
https://github.com/beefytech/Beef.git
synced 2025-07-14 12:13:51 +02:00
Added label support to 'fallthrough'
This commit is contained in:
parent
3f7fc178e5
commit
85273962be
5 changed files with 49 additions and 5 deletions
|
@ -3311,6 +3311,7 @@ public:
|
|||
BF_AST_TYPE(BfFallthroughStatement, BfStatement);
|
||||
|
||||
BfTokenNode* mFallthroughToken;
|
||||
BfAstNode* mLabel;
|
||||
}; BF_AST_DECL(BfFallthroughStatement, BfStatement);
|
||||
|
||||
class BfForEachStatement : public BfLabelableStatement
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue