ap29600 / tree-sitter-odin

Odin grammar for tree-sitter
MIT License
17 stars 4 forks source link

Try to fix C for loop by explicitly specifying the permutations. #6

Closed DanielGavin closed 2 years ago

DanielGavin commented 2 years ago

In order to fix the for loop, it now contains all the possible clauses.

I have had to add a conflict to handle:

for init ;; and for init ;; condition.