Currently a literal is defined as:
Any character string which follows these rules:
- Cannot start with - or : but may contain them
- Cannot contain any of these symbols: '"+,()><=[] unless they are escaped
- Cannot contain whitespace
When reconsidering we must:
- look for valid use cases
- write lots of tests in both the lexer and parser
Currently a literal is defined as:
:at the startWhen reconsidering we must: