parser: Item: Rework subitems creation
Delegate subitem creation to the parent item. This way we can access the internals of the parent item upon creation, and the item is created in place. This will also ease up privatization of the Item type, since we don't want it to be publicly available for creation
Please register or sign in to comment