zippy / ceptr

(a recomposable medium for distributed social computing) || (semantic self-describing protocol stacks)
http://ceptr.org
GNU General Public License v3.0
89 stars 17 forks source link

add auto type conversion on semtrex group matching #102

Open zippy opened 8 years ago

zippy commented 8 years ago

__stx_r2fi converts a match_results tree into a semantic map suitable for substituting into a template. When it's setting the symbol type based on the the symbol value used in the SEMTREX_GROUP we could do auto-type coversion, i.e. convert integers to strings, etc...

zippy commented 8 years ago

I think this would also allow us to unify templating with embody_from_match.

zippy commented 8 years ago

Hmmm, now that we've added transcoding that should make this easier to do.