Gidsss / UwUIDE

A compiler made to be cute uwu >~<
6 stars 0 forks source link

fix: disallow special literals as index in indexed id #223

Closed am-cid closed 6 months ago

am-cid commented 6 months ago

string literals, array literals, and nuww is no longer allowed as index in array indices

sample error msg

[UNEXPECTED TOKEN] Error on line 3 column 17:
        Expected next token to be one of the ff: '(', 'IDENTIFIER', 'INT_LITERAL', 'FLOAT_LITERAL', 'fax', 'cap'
        got '{' instead
        __________________________
        3 |         a.a = b[ {} ]~
          |                  ^
        __________________________