stacksgov / sips

Community-submitted Stacks Improvement Proposals (SIPs)
131 stars 80 forks source link

[SIP-002] document structure nesting limit #71

Open jcnelson opened 2 years ago

jcnelson commented 2 years ago

There should be a well-defined type depth that determines how deep any structured type can be. In the reference implementation, this is defined by clarity::vm::types::MAX_TYPE_DEPTH, which is 32.