perlang-org / perlang

The Perlang Programming Language
https://perlang.org
MIT License
16 stars 1 forks source link

(compiler) Support `ASCIIString+string` and `UTF8String+string` concatenation #480

Closed perlun closed 3 months ago

perlun commented 3 months ago

This was already supported in the C++-based stdlib; it was just the compiler that didn't allow these type combinations through.