ahrefs / atd

Static types for JSON APIs
Other
308 stars 53 forks source link

atdd: support recursive declaration through references #392

Open elrandar opened 7 months ago

elrandar commented 7 months ago

Add support for dlang tag (eg <dlang t="ref">), to represent one element of a struct as a reference type (pointer). Currently this is not supported, and recursive types can only be implement through using lists.