perlang-org / perlang

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

(many) Support string concatenation in compiled mode #470

Closed perlun closed 4 months ago

perlun commented 4 months ago

Because we now have an idea around how to allocate Perlang strings dynamically (#453), we can also implement the + operator now which fixes one of the remaining "not supported in compiled mode" features.