Label loops
This commit is contained in:
@ -125,6 +125,12 @@ or {
|
||||
return {
|
||||
return yy::parser::make_RETURN(this->location);
|
||||
}
|
||||
break {
|
||||
return yy::parser::make_BREAK(this->location);
|
||||
}
|
||||
repeat {
|
||||
return yy::parser::make_REPEAT(this->location);
|
||||
}
|
||||
cast {
|
||||
return yy::parser::make_CAST(this->location);
|
||||
}
|
||||
|
Reference in New Issue
Block a user