-
-
Notifications
You must be signed in to change notification settings - Fork 5.6k
Closed
Labels
arrays[a, r, r, a, y, s][a, r, r, a, y, s]parserLanguage parsing and surface syntaxLanguage parsing and surface syntax
Description
These currently throw an error:
julia> [;]
ERROR: syntax: unexpected ";"
Stacktrace:
[1] top-level scope
@ none:1
julia> [;;]
ERROR: syntax: unexpected ";"
Stacktrace:
[1] top-level scope
@ none:1
julia> [;;;]
ERROR: syntax: unexpected ";"
Stacktrace:
[1] top-level scope
@ none:1
I think it would make sense for them to return an empty vector/0×0 matrix/0×0×0 array respectively.
oscardssmith, melonedo, jishnub, stevengj, aloispichler and 3 more
Metadata
Metadata
Assignees
Labels
arrays[a, r, r, a, y, s][a, r, r, a, y, s]parserLanguage parsing and surface syntaxLanguage parsing and surface syntax