dplassgit / d2lang

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

Unused procs should be completely removed #294

Closed dplassgit closed 8 months ago

dplassgit commented 8 months ago

Right now, it only removes the opening label (from the DeadLabelOptimizer)