Closed AdamKorcz closed 2 weeks ago
I am getting a case where index is 0 and the line therefore attempts to access tokens[-1].
index
0
tokens[-1]
Thanks for the PR! Are you able to add a test as well? Probably lexer_participle_test would be a good spot... Otherwise if you let me know what the scenario was, I can add one myself as well.
I am getting a case where
index
is0
and the line therefore attempts to accesstokens[-1]
.