statebox / cql

CQL: Categorical Query Language implementation in Haskell
GNU Affero General Public License v3.0
162 stars 14 forks source link

allow identifiers to be quoted on parsing #76

Closed marcosh closed 5 years ago

marcosh commented 5 years ago

solves #64

wisnesky commented 5 years ago

Can you confirm this allows identifiers to have spaces in them? e.g. "John Jones"

marcosh commented 5 years ago

no, this is not allowed at the moment. I'll fix that

marcosh commented 5 years ago

@wisnesky now it should parse correctly also identifiers containing whitespaces