calebh / Juniper

https://www.juniper-lang.org/
MIT License
79 stars 9 forks source link

Strings containing escaped characters are evaluated by the compiler, resulting in non-compiling code #24

Closed Qata closed 1 week ago

Qata commented 2 weeks ago

Not critical, easily worked around using \\.

The strings "\n" and "\r" are evaluated to newline by the compiler, resulting in broken C++.

calebh commented 1 week ago

This issue has been resolved. I am planning on putting together the Juniper 4.0.1 release soon which will have this fix, and fixes for the other issues that @Qata submitted.