Lua doesn't support recursive types to my knowledge. sproto builds around Lua types. Does it mean recursive structures are not supported by sproto?
My goal is to get rid of protocol buffers and switch to sproto, but recursive structures are a must have (I'd like to represent Dao types which support recursion).
Lua doesn't support recursive types to my knowledge.
sproto
builds around Lua types. Does it mean recursive structures are not supported bysproto
?My goal is to get rid of protocol buffers and switch to
sproto
, but recursive structures are a must have (I'd like to represent Dao types which support recursion).