stormalf / chibicc

A small C compiler from rui314
MIT License
6 stars 1 forks source link

ISS-132 infinite loop due to lots of remaining conditions inserted for debug purposes #11

Closed stormalf closed 2 years ago

stormalf commented 2 years ago

infinite loop due to lots of remaining conditions inserted for debug purposes like : if (cur != &head) { if (equal(tok, ",")) tok = skip(tok, ","); }