aboutsummaryrefslogtreecommitdiff
path: root/src/types.cpp
diff options
context:
space:
mode:
authorgingerBill <bill@gingerbill.org>2019-08-09 21:59:58 +0100
committergingerBill <bill@gingerbill.org>2019-08-09 21:59:58 +0100
commit9c632128245e9a51bb63273d0d4531ba28773629 (patch)
tree6089b27c278578bd89da505c4ccccab7c66143cf /src/types.cpp
parent65d41d4248b61e6ef79ed02c2ce4f3be305149a5 (diff)
Struct field tags
Diffstat (limited to 'src/types.cpp')
-rw-r--r--src/types.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/types.cpp b/src/types.cpp
index e5d2509e0..1197ba974 100644
--- a/src/types.cpp
+++ b/src/types.cpp
@@ -107,6 +107,7 @@ struct BasicType {
struct TypeStruct {
Array<Entity *> fields;
+ Array<String> tags;
Ast *node;
Scope * scope;