olety / cjass

Preserving cjass code from code.google.com/p/cjass
0 stars 0 forks source link

cj_types define bug #31

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.
cj_types.j
while(cond) = whilenot not(cond)

What is the expected output? What do you see instead?
Gets compiled to: while (cond) whilenot not(cond), 

What version of the product are you using? What flags are checked (i.e.
locals autoflush or removing unused code)
.36

Please provide any additional information below.

Original issue reported on code.google.com by erwgfifo...@gmail.com on 16 Aug 2011 at 12:31

GoogleCodeExporter commented 9 years ago
while now is official syntax and can't be defined. We update lib later (with 
printf).

Original comment by adi...@gmail.com on 16 Aug 2011 at 12:35

GoogleCodeExporter commented 9 years ago
Should I commit the library to the repo? Of course with this issue fixed.

Original comment by vand...@lol-game.ru on 25 Aug 2011 at 10:12