DanielXMoore / Civet

A TypeScript superset that favors more types and less typing
https://civet.dev
MIT License
1.33k stars 28 forks source link

Replacing some instances of __ with stricter whitespace checking #1279

Closed STRd6 closed 3 weeks ago

STRd6 commented 3 weeks ago

I was experimenting with #918 by trying to reduce recursion opportunities by avoiding rules that consume zero tokens. It didn't solve the issue but I think it's a good direction.