mirror of
https://github.com/Ed94/Odin.git
synced 2026-06-21 21:24:59 -07:00
Struct field tags
This commit is contained in:
@@ -107,6 +107,7 @@ struct BasicType {
|
||||
|
||||
struct TypeStruct {
|
||||
Array<Entity *> fields;
|
||||
Array<String> tags;
|
||||
Ast *node;
|
||||
Scope * scope;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user