blaze / blaze/datashape

option/questionmark equivalence

Open
#206 2 comments 0 reactions 0 assignees View on GitHub
parsing question
Dominant language
Python
Stars
189
Forks
62
PR merge metrics
No merged PRs in 30d

Description

I think this should probably be rejected by the parser:

> > > parse("A \* option[?int32]", symtable)
> > > dshape("A \* ??int32")

This one is rejected:

> > > parse("A \* ??int32", symtable)
> > > Traceback (most recent call last):
> > > [...]
> > > datashape.error.DataShapeSyntaxError: Expected a dim or a dtype

I'm not sure if option/questionmark should be exactly equivalent.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.