1
0
Fork 0
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:
Brian Fiete 2023-12-16 07:38:27 -05:00
parent 3f7fc178e5
commit 85273962be
5 changed files with 49 additions and 5 deletions

View file

@ -3311,6 +3311,7 @@ public:
BF_AST_TYPE(BfFallthroughStatement, BfStatement);
BfTokenNode* mFallthroughToken;
BfAstNode* mLabel;
}; BF_AST_DECL(BfFallthroughStatement, BfStatement);
class BfForEachStatement : public BfLabelableStatement