xo-reader2: + DExpectFormalArgSsm [WIP]
This commit is contained in:
parent
0eb1d9b526
commit
2a7d6d24a8
1 changed files with 4 additions and 0 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