Currently the primitives (uint8, uint16, uint32, and uint64) are hardcoded into each stage of the pipeline. This works for a small set of primitives, however does not scale, in particular when custom types are created within the program. This change should abstract and align the primitive types into this form, that will allow custom types in later versions.
Currently the primitives (
uint8,uint16,uint32, anduint64) are hardcoded into each stage of the pipeline. This works for a small set of primitives, however does not scale, in particular when custom types are created within the program. This change should abstract and align the primitive types into this form, that will allow custom types in later versions.