blaze / datashape

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

Parse empty struct #114

Closed mrocklin closed 9 years ago

mrocklin commented 9 years ago
In [1]: import datashape

In [2]: datashape.dshape('{}')
Out[2]: dshape("{  }")

In [3]: datashape.dshape('5 * {}')
Out[3]: dshape("5 * {  }")