typedef/declaration parsing

This commit is contained in:
Robin Voetter
2020-06-10 13:40:19 +02:00
parent fb390bde1d
commit 20a81f35fb
3 changed files with 191 additions and 45 deletions

View File

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