kyleoneill / chimerascript

0 stars 0 forks source link

Formatted strings #48

Closed kyleoneill closed 6 months ago

kyleoneill commented 6 months ago

If I try to assert that a message is the following string

"Username '(username)' is already taken"

I get an error message that it is not valid ChimeraScript, because ' is not a supported character. Strings need to support more characters (spaces, special characters, etc). Might need a new string type in the grammar as we want to keep a restricted set of string characters for things like function or variable names.

kyleoneill commented 6 months ago

Included in this is the requirement that strings support variables