Refactor GenDataDef to use generated definition to store data
A code generator
Brought to you by:
jamieo
Originally created by: jamieogl...@gmail.com
Originally owned by: jamieogl...@gmail.com
As a developer I want to eliminate data structures by re-using structures as much as possible. To that end I want to use GenData to store the definitions, making use of the generated Definition structure.
This will allow me to eliminate the conversions between the GenData and GenDataDef structures.