albertodemichelis / squirrel

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

Missing \e escape character support in string literals #254

Open Patrix9999 opened 1 year ago

Patrix9999 commented 1 year ago

Currently, string literals in sq suports this escape characters:

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