Funcpointer parsing

This commit is contained in:
Robin Voetter
2020-06-11 01:54:24 +02:00
parent 649e855d4e
commit ad1abc7602
4 changed files with 191 additions and 35 deletions

View File

@@ -29,7 +29,6 @@ pub const TypeInfo = union(enum) {
enumeration: Enum,
bitmask: Bitmask,
handle: Handle,
fn_ptr: Command,
command: Command,
alias: []const u8, // Alias of another declaration
pointer: Pointer,