blaze / datashape

Language defining a data description protocol
BSD 2-Clause "Simplified" License
183 stars 65 forks source link

Parameters shouldn't need to be in quotes #112

Closed mrocklin closed 8 years ago

mrocklin commented 9 years ago

Currently parametrized datashapes like ascii strings

string["ascii"]

Have their text parameters encased in quotes. For user convenience it'd be nice to remove this requirement

string[ascii]