xo-reader2: + SyntaxStateMachine.forward_children method
Support gc traversal with goal of making ParserStateMachine a gc root
This commit is contained in:
parent
b0b14d4e41
commit
263999efdb
92 changed files with 633 additions and 43 deletions
|
|
@ -624,6 +624,12 @@ namespace xo {
|
|||
}
|
||||
#endif
|
||||
|
||||
void
|
||||
DExpectExprSsm::forward_children(obj<ACollector> /*gc*/) noexcept
|
||||
{
|
||||
// all members POD, skip
|
||||
}
|
||||
|
||||
} /*namespace scm*/
|
||||
} /*namespace xo*/
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue