CTokenizer & XmlCTokenizer

This commit is contained in:
Robin Voetter
2020-06-10 02:10:37 +02:00
parent ba6180e336
commit fb390bde1d
3 changed files with 270 additions and 8 deletions

View File

@@ -40,12 +40,7 @@ pub const TypeInfo = union(enum) {
};
pub const Container = struct {
pub const Field = struct {
name: []const u8,
field_type: TypeInfo,
};
fields: []Field,
fields: []Declaration,
};
pub const Enum = struct {