mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
6687bddba3
Unlike previous attempt, this change can merge sequence of plus operations (e.g. `str + str + str`). Need more tests though.