You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 19, 2026. It is now read-only.
See title. I suspect it has to do with the deserializer trying to deserialize a new map while we're still working within the same map.
ktf cannot nest maps because of its table-like characteristic; we might need to store some sort of reference to the current map being parsed.
Any help would be greatly appreciated! <3