Use -> arrow for the return types
This commit is contained in:
@ -262,6 +262,9 @@ defer {
|
||||
\+ {
|
||||
return yy::parser::make_PLUS(this->location);
|
||||
}
|
||||
\-> {
|
||||
return yy::parser::make_ARROW(this->location);
|
||||
}
|
||||
\- {
|
||||
return yy::parser::make_MINUS(this->location);
|
||||
}
|
||||
|
Reference in New Issue
Block a user