mirror of
https://codeberg.org/ProgramSnail/lang_2023.git
synced 2026-01-25 13:07:13 +00:00
typeclass tree start
This commit is contained in:
parent
c1dec6a0d1
commit
173d50672a
15 changed files with 1475 additions and 35 deletions
|
|
@ -234,6 +234,8 @@ public:
|
|||
|
||||
std::optional<utils::IdType> GetFieldType(const std::string& name) const;
|
||||
|
||||
std::string GetTypeName() const;
|
||||
|
||||
private:
|
||||
std::variant<AbstractType,
|
||||
DefinedType,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue