xo-reader: simplify: drop exprstate.admits_colon()
This commit is contained in:
parent
99d9f40091
commit
2b436850cf
7 changed files with 4 additions and 49 deletions
|
|
@ -85,8 +85,6 @@ namespace xo {
|
|||
|
||||
/** true iff this parsing state admits a symbol as next token **/
|
||||
virtual bool admits_symbol() const;
|
||||
/** true iff this parsing state admits a colon as next token **/
|
||||
virtual bool admits_colon() const;
|
||||
/** true iff this parsing state admits a semicolon as next token **/
|
||||
virtual bool admits_semicolon() const;
|
||||
/** true iff this parsing state admits a singleassign '=' as next token **/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue