Closed apblack closed 7 years ago
Indexing should come out of the parser.
list[ ] (no space before the [) generates
list[ ]
[
Syntax error: a '[' in an expression must be followed by another expression and a ']'.
Fixed in commit 6b96980f7a
Indexing should come out of the parser.
list[ ]
(no space before the[
) generates