Allow "quoted identifiers"
A low-level system programming language with high-level syntax
Status: Alpha
Brought to you by:
akapusti
Currently SPL identifier can only contain letters/digits/::s and must not match a reserved word.
Add "quoted identifiers" - arbitrary strings enclosed in backticks that are syntactically identifiers but can contain anything a string constant can (including e.g. spaces, escape sequences, etc.)