Skip to content
  • Hugo Beauzée-Luyssen's avatar
    parser: Item: Rework subitems creation · d79f0485
    Hugo Beauzée-Luyssen authored
    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
    d79f0485