dplassgit / d2lang

D2 is a strongly-typed, statically-typed, (mostly) inferred-type compiled language.
MIT License
7 stars 0 forks source link

Finish implementing inner (nested) procedures #193

Closed dplassgit closed 1 year ago

dplassgit commented 1 year ago

The parser and possibly the type-checker support it, but the codegen (& optimizers) don't'

dplassgit commented 1 year ago

I don't think I'm ever going to get to this.