DanielXMoore / Civet

A TypeScript superset that favors more types and less typing

Home Page:https://civet.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Negative index access fails on its own line

edemaine opened this issue · comments

This code crashes the parser with error message Invalid parse tree for negative index access:

x
.-1

By contrast, x.-1 works fine.