danilopedraza / symstatic

The Symstatic programming language code repository
https://symstatic.org/book
GNU General Public License v3.0
2 stars 0 forks source link

Escaping characters in strings and chars #44

Closed danilopedraza closed 1 month ago

danilopedraza commented 1 month ago

Right now, characters cannot be escaped when writing a string or a char. I suggest the usual way of doing this:

"\"" # A string with the character "
'\'' # A character with the value '