ethanhs / abserde

Generate fast JSON parsers based on type stubs
Apache License 2.0
13 stars 0 forks source link

Support recursive types #11

Closed ethanhs closed 4 years ago

ethanhs commented 4 years ago

At this point, walking the AST twice might be good, as that will allow forward references too.

ethanhs commented 4 years ago

I think rustc hanging on recursive types is a sign that we shouldn't support them 🦀

ethanhs commented 4 years ago

to clarify abserde supports forward references fine.