TryGhost / NQL

MIT License
4 stars 8 forks source link

Consider relaxing literals #17

Open ErisDS opened 6 years ago

ErisDS commented 6 years ago

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: