mattunlv / ProcessJ-main-branch-old

ProcessJ Compiler Project
2 stars 4 forks source link

while ... #16

Closed mattunlv closed 7 years ago

mattunlv commented 7 years ago

while (1+ 1 <= 2) { ... }

simply generates incorrect java code.

cabelshrestha commented 7 years ago

fixed.