xo-reader2: + DExpectFormalArgSsm [WIP]
This commit is contained in:
parent
f9ae5bc3c6
commit
02e83594c4
14 changed files with 684 additions and 17 deletions
|
|
@ -128,6 +128,8 @@ namespace xo {
|
|||
return false;
|
||||
}
|
||||
|
||||
pps->write(">");
|
||||
|
||||
return true;
|
||||
} else {
|
||||
pps->write("<ApplyExpr");
|
||||
|
|
@ -146,6 +148,8 @@ namespace xo {
|
|||
pps->pretty(refrtag(concat("arg", 1+i_arg), arg_i));
|
||||
}
|
||||
|
||||
pps->write(">");
|
||||
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue