xo-reader: simplify f64 token handling
This commit is contained in:
parent
5a4923e5cf
commit
b8b9efd633
7 changed files with 40 additions and 36 deletions
|
|
@ -96,8 +96,10 @@ namespace xo {
|
|||
virtual bool admits_leftparen() const;
|
||||
/** truee iff this parsing state admits a rightparen ')' as next token **/
|
||||
virtual bool admits_rightparen() const;
|
||||
#ifdef OBSOLETE
|
||||
/** true iff this parsing state admits a 64-bit floating point literal token **/
|
||||
virtual bool admits_f64() 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