xo-reader: streamline: simplify expect_expr_xs
This commit is contained in:
parent
fb30451684
commit
d1d72f9fc9
4 changed files with 69 additions and 112 deletions
|
|
@ -87,12 +87,6 @@ namespace xo {
|
|||
virtual bool admits_semicolon() const;
|
||||
/** true iff this parsing state admits a singleassign '=' as next token **/
|
||||
virtual bool admits_singleassign() const;
|
||||
#ifdef OBSOLETE
|
||||
/** true iff this parsing state admits a leftparen '(' as next token **/
|
||||
virtual bool admits_leftparen() const;
|
||||
/** truee iff this parsing state admits a rightparen ')' as next token **/
|
||||
virtual bool admits_rightparen() const;
|
||||
#endif
|
||||
|
||||
/** update exprstate in response to incoming token @p tk,
|
||||
* forward instructions to parent parser
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue