Implement noreturn procedure declarations
This commit is contained in:
@ -280,6 +280,9 @@ defer {
|
||||
@ {
|
||||
return yy::parser::make_AT(this->location);
|
||||
}
|
||||
! {
|
||||
return yy::parser::make_EXCLAMATION(this->location);
|
||||
}
|
||||
. {
|
||||
std::stringstream ss;
|
||||
|
||||
|
Reference in New Issue
Block a user