diff options
| author | gingerBill <bill@gingerbill.org> | 2019-08-09 21:59:58 +0100 |
|---|---|---|
| committer | gingerBill <bill@gingerbill.org> | 2019-08-09 21:59:58 +0100 |
| commit | 9c632128245e9a51bb63273d0d4531ba28773629 (patch) | |
| tree | 6089b27c278578bd89da505c4ccccab7c66143cf /src/types.cpp | |
| parent | 65d41d4248b61e6ef79ed02c2ce4f3be305149a5 (diff) | |
Struct field tags
Diffstat (limited to 'src/types.cpp')
| -rw-r--r-- | src/types.cpp | 1 |
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; |