The way the UDMF parser works currently is pretty specific to parsing UDMF data. This should be refactored into a more generic text parser, where UDMF simply falls away as a special case.
The end goal would allow other ZDoom-related text formats to be parsed easier, as well as any other "curly brace" formats.
The way the UDMF parser works currently is pretty specific to parsing UDMF data. This should be refactored into a more generic text parser, where UDMF simply falls away as a special case.
The end goal would allow other ZDoom-related text formats to be parsed easier, as well as any other "curly brace" formats.