albertodemichelis / squirrel

Official repository for the programming language Squirrel
http://www.squirrel-lang.org
MIT License
926 stars 161 forks source link

Missing \e escape character support in string literals #254

Open Patrix9999 opened 2 years ago

Patrix9999 commented 2 years ago

Currently, string literals in sq suports this escape characters:

It would be nice, to support \e (ASCII ESCAPE character).