xo-reader2: more work on apply expressions [WIP]
This commit is contained in:
parent
18ae5739c2
commit
cfd35da0c0
6 changed files with 238 additions and 61 deletions
|
|
@ -182,7 +182,8 @@ namespace xo {
|
|||
if (fastate_ == formalarglstatetype::argl_1a) {
|
||||
this->fastate_ = formalarglstatetype::argl_1b;
|
||||
|
||||
TypeRef typeref = TypeRef::dwim(TypeRef::prefix_type::from_chars("formal"), param_type);
|
||||
TypeRef typeref
|
||||
= TypeRef::dwim(TypeRef::prefix_type::from_chars("formal"), param_type);
|
||||
|
||||
DVariable * var = DVariable::make(p_psm->expr_alloc(),
|
||||
param_name,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue