xo-expression xo-reader: type unifier + misc improvements
This commit is contained in:
parent
6a7353f689
commit
75b74918b7
31 changed files with 1005 additions and 76 deletions
|
|
@ -42,7 +42,7 @@ namespace xo {
|
|||
/** formal parameter name **/
|
||||
std::string name_;
|
||||
/** type description for variable @p name **/
|
||||
TypeDescr td_;
|
||||
TypeDescr td_ = nullptr;
|
||||
};
|
||||
|
||||
inline std::ostream &
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue