xo-reader: streamline: drop redundant admits_xxx() methods
This commit is contained in:
parent
f1f5b44a81
commit
e9e0d5255f
8 changed files with 29 additions and 44 deletions
|
|
@ -17,9 +17,6 @@ namespace xo {
|
|||
bool
|
||||
paren_xs::admits_symbol() const { return true; }
|
||||
|
||||
bool
|
||||
paren_xs::admits_singleassign() const { return false; }
|
||||
|
||||
bool
|
||||
paren_xs::admits_rightparen() const {
|
||||
switch (parenxs_type_) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue