titzer / virgil

A fast and lightweight native programming language
1.23k stars 44 forks source link

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

Closed yoyocat closed 2 months ago

titzer commented 2 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.