gracelang / minigrace

Self-hosting compiler for the Grace programming language
39 stars 22 forks source link

Indexing not completely excised #224

Closed apblack closed 7 years ago

apblack commented 8 years ago

Indexing should come out of the parser.

list[ ] (no space before the [) generates

Syntax error: a '[' in an expression must be followed by another expression and a ']'.
apblack commented 7 years ago

Fixed in commit 6b96980f7a