stephen-bunn / bethesda-structs

A wrapper for Bethesda's popular plugin/archive file formats
MIT License
16 stars 5 forks source link

Plugin Subrecord Parsing #3

Closed stephen-bunn closed 6 years ago

stephen-bunn commented 6 years ago

The most critical and logically difficult problem for parsing plugins is determining the subrecord structure to use for parsing the subrecord. This is difficult due to how nested subrecord collections are allowed including the options to be optional and multiple.

A quickie post about the issue: http://stephen.bunn.io/blog/2018/07/02/parsing-subrecords/

stephen-bunn commented 6 years ago

Logic for proper plugin parsing is being developed in feature/plugin-parsing.