On Thu Sep 28 15:16:52 2023 +0000, Giovanni Mascellani wrote:
Is it intended that creating a named node leaves a hole in the table we're processing, and instead puts the named node in another table which collects all the named nodes?
It doesn't leave a hole because the `continue` statement skips the count incrementation. I added comments to clarify what's happening here.