Parse pointer optional-ness

This commit is contained in:
Robin Voetter
2020-06-11 19:39:35 +02:00
parent 5aba419165
commit 52d1d45948
3 changed files with 20 additions and 3 deletions

View File

@@ -99,6 +99,7 @@ pub const Pointer = struct {
};
is_const: bool,
is_optional: bool,
size: PointerSize,
child: *TypeInfo,
};