xo-reader2 stack: handle comparison expression (x == y)
This commit is contained in:
parent
3afe93b6c4
commit
6a52c00b2e
4 changed files with 138 additions and 47 deletions
|
|
@ -193,6 +193,9 @@ namespace xo {
|
|||
/** top of parser stack **/
|
||||
obj<ASyntaxStateMachine> top_ssm() const;
|
||||
|
||||
/** current parser result. Value of last return from @ref on_token **/
|
||||
const ParserResult & result() const;
|
||||
|
||||
/** visit parser-owned memory pools; invoke visitor(info) for each **/
|
||||
void visit_pools(const MemorySizeVisitor & visitor) const;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue