Add single quote strings, quote escaping

This commit is contained in:
Elnu 2023-05-19 22:44:00 -07:00
parent 8faf2eb636
commit a518097ff0
3 changed files with 24 additions and 6 deletions

View file

@ -5,6 +5,8 @@ what the heck
"this is a string over
multiple lines"
"this is \"escaped\""
'this is a single quote string'
'this also has escaped \'quotes\''
this is cool # comment
huh