mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-10 20:42:21 +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
|
@ -902,6 +902,7 @@ void BfElementVisitor::Visit(BfFallthroughStatement* fallthroughStmt)
|
|||
Visit(fallthroughStmt->ToBase());
|
||||
|
||||
VisitChild(fallthroughStmt->mFallthroughToken);
|
||||
VisitChild(fallthroughStmt->mLabel);
|
||||
}
|
||||
|
||||
void BfElementVisitor::Visit(BfForStatement* forStmt)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue