option/questionmark equivalence
Open
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.