leungwensen / cbc-ubuntu-64bit

Cb (C flat) compiler. Cb is simplified C.
172 stars 51 forks source link

fix forNode bug #3

Closed chenzl25 closed 7 years ago

chenzl25 commented 7 years ago

修复for循环的bug。 修改前的for循环init,cond,incr均不能为空,这显然有问题。 修改后的for循环可以省略init,cond,incr任意项,如:for( ; ; )