wyvernlang/wyvern

Support concatenation between Character literals and String literals

Opened this issue · 0 comments

Test Cases

"hello".charAt(0) + "ello"
-> hello

"hell" + "hello".charAt(4)
-> hello