ncsa / qdl

the QDL programming language
Other
2 stars 0 forks source link

Make single quote a lexical unit #21

Closed jjg-123 closed 1 year ago

jjg-123 commented 1 year ago

Currently it is not a single lexical unit, hence random single quotes in QDL files get ignored. This should not be the case. Making them lexical units means they will get flagged when out of context.