ikskuh / LoLa

LoLa is a small programming language meant to be embedded into games.
https://lola.random-projects.net/
MIT License
194 stars 10 forks source link

Add character literals to the language #8

Closed ikskuh closed 4 years ago

ikskuh commented 4 years ago

Character literals should work similar to the ones in Zig: A character literal contains either a escaped value ('\n') or a utf-8 sequence that will be translated into the corresponding code point ('😊'). A character literal will have the type number.