DeclarationResolver

This commit is contained in:
Robin Voetter
2020-06-13 16:00:48 +02:00
parent f055759972
commit e6884a4622
5 changed files with 250 additions and 541 deletions

View File

@@ -17,7 +17,7 @@ pub const Content = union(enum) {
};
pub const Element = struct {
pub const AttributeList = SegmentedList(*Attribute, 0);
pub const AttributeList = SegmentedList(*Attribute, 1);
pub const ContentList = SegmentedList(Content, 0);
tag: []const u8,