xo-reader2: + SyntaxStateMachine.on_parsed_expression()
This commit is contained in:
parent
164b09a3d7
commit
538cc4aa4a
32 changed files with 185 additions and 0 deletions
|
|
@ -72,6 +72,11 @@ namespace xo {
|
|||
{
|
||||
self.on_parsed_typedescr(td, p_psm);
|
||||
}
|
||||
auto
|
||||
ISyntaxStateMachine_DExprSeqState::on_parsed_expression(DExprSeqState & self, obj<AExpression> expr, ParserStateMachine * p_psm) -> void
|
||||
{
|
||||
self.on_parsed_expression(expr, p_psm);
|
||||
}
|
||||
|
||||
} /*namespace scm*/
|
||||
} /*namespace xo*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue