titzer / virgil

A fast and lightweight native programming language
1.24k stars 51 forks source link

Fix issue #77 Support for UTF-8 string literals #260

Closed yoyocat closed 3 months ago

titzer commented 4 months ago

Just FYI, the failure in CI is because the test/lib test is run with both the stable compiler and the bootstrap compiler, and the stable compiler doesn't support UTF-8 yet. (That will require a stable rev). So it's enough to add tests in, e.g. test/core for this.