xo-reader2: + on_parsed_expression_with_semicolon + DefineSsm works
This commit is contained in:
parent
a341ac1f06
commit
c3907f45df
2 changed files with 6 additions and 0 deletions
|
|
@ -67,6 +67,11 @@ namespace xo {
|
|||
lhs_var_->assign_valuetype(td);
|
||||
}
|
||||
|
||||
void
|
||||
DDefineExpr::assign_rhs(obj<AExpression> x) {
|
||||
this->rhs_ = x;
|
||||
}
|
||||
|
||||
bool
|
||||
DDefineExpr::pretty(const ppindentinfo & ppii) const
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue