Parse enum aliases

This commit is contained in:
Robin Voetter
2020-06-16 14:42:08 +02:00
parent 10d0b3bfcf
commit a6db3db211
2 changed files with 14 additions and 3 deletions

View File

@@ -139,5 +139,4 @@ test "main" {
_ = @import("registry/c-parse.zig");
}
// TODO: Fix not all enums being parsed.
// TODO: Fix not all struct fields being marked as optional properly.