Closed AtomCrafty closed 2 years ago
Implements proposals 4 and 5 from #37.
JumpStatement
ContinueStatement
BreakStatement
ReturnStatement
IfStatement
cond
condition
thenStmt
thenBody
elseStmt
elseBody
SwitchStatement
items
sections
LabeledStatement
SwitchSection
body
constExpr
CaseSection
expr
value
Implements proposals 4 and 5 from #37.
Structure Changes
JumpStatement
intoContinueStatement
,BreakStatement
andReturnStatement
Name Changes
IfStatement
cond
IfStatement
condition
IfStatement
thenStmt
IfStatement
thenBody
IfStatement
elseStmt
IfStatement
elseBody
SwitchStatement
cond
SwitchStatement
condition
SwitchStatement
items
SwitchStatement
sections
LabeledStatement
items
SwitchSection
body
LabeledStatement
constExpr
CaseSection
condition
JumpStatement
expr
ReturnStatement
value