libdeng2|Info: Embedding Doomsday Script in Info files
The Info parser now supports embedded blocks of Doomsday Script. By defaults blocks with type 'block' are parsed as Doomsday Script. de::Info doesn't actually do anything with the script source, just stores it as one key element inside the block.
Also, improvements to the Info parser:
- elements know their parents - element ownership is held in the "inOrder" contents - block names are optional and can use quotes - block attribute values can use quotes
libdeng2|Info: Embedding Doomsday Script in Info files
The Info parser now supports embedded blocks of Doomsday Script.
By defaults blocks with type 'block' are parsed as Doomsday Script.
de::Info doesn't actually do anything with the script source, just
stores it as one key element inside the block.
Also, improvements to the Info parser:
- elements know their parents
- element ownership is held in the "inOrder" contents
- block names are optional and can use quotes
- block attribute values can use quotes