mirror of
https://github.com/Ed94/gencpp.git
synced 2025-07-15 18:08:59 -07:00
Parsing base case for class works!
This commit is contained in:
@ -606,7 +606,7 @@ namespace gen
|
||||
return Invalid;
|
||||
}
|
||||
|
||||
return * (Code*)( ast->body() );
|
||||
return { ast->body() };
|
||||
}
|
||||
|
||||
inline
|
||||
|
Reference in New Issue
Block a user