zippy/ceptr

TRANSCODE

Closed this issue · 3 comments

zippy commented

add semantic type conversion process

  • base level which converts between built-in types like INT and CSTRING
  • ability to transcode defined processes associated with symbols
  • transcoder resolver which picks the appropriate processes to use for a given transcoding
  • second level which converts matching children types if possible (ie. HEADERS->LINES)
zippy commented

8f16090 adds transcoding of defined processes

zippy commented

21547b4 add special case for matching optionality structures

zippy commented

last checkbox deferred to #123