OpenVicProject / OpenVic-Dataloader

Dataloader submodule for OpenVic that is responsible for parsing both Paradox Victoria 2 data files and custom OpenVic data files.
MIT License
9 stars 2 forks source link

StatementListBlocks no longer require key = {...} #16

Closed Hop311 closed 1 year ago

Hop311 commented 1 year ago

Some files contain nested lists, so { { ... } }, which didn't work before due to lists needing to be part of a key = { ... } assign statement.