dplassgit / d2lang

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

Optimize constant string slices of constant strings #336

Closed dplassgit closed 1 month ago

dplassgit commented 1 month ago

"abcde"[1:3] can immediately be replaced with "bcd"

dplassgit commented 1 month ago

I'm going to roll this into the commit for issue #150