xo-expression xo-reader: parser improvements, prep type inf/unify
This commit is contained in:
parent
53b6eaebd0
commit
9031210375
9 changed files with 127 additions and 14 deletions
|
|
@ -98,6 +98,9 @@ namespace xo {
|
|||
/** explicit return type (if supplied) **/
|
||||
TypeDescr explicit_return_td_ = nullptr;
|
||||
|
||||
/** lambda signature (when known) **/
|
||||
TypeDescr lambda_td_ = nullptr;
|
||||
|
||||
/** body expression **/
|
||||
rp<Expression> body_;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue