Comments are closed
cJass on the Google Code.
Our BugTracker (recommend to post bugreports and features request there).
Beta tester notes.
all times are GMT +03:00Latest posts
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 [16] 17 18 19 20 21 22 23 24 25 26 27
posted at 15/11/09 08:32Mooglefrooglian
Well, you can do this by using antibj: <span class="code"><b>#include</b> "cj_antibj_base.j"</span>
~VD
posted at 11/11/09 20:53Guest
posted at 10/11/09 23:49Guest
Use cjass features inside of cjass features =0
<div class="code">library Hi initializer Hello {
#define {
HELLO = true
hi = {
#if HELLO
printf("Hello World")
#endif
}
}
<div class="code">library Hi initializer Hello {
#define {
HELLO = true
hi = {
#if HELLO
printf("Hello World")
#endif
}
}
void Hello() {
hi
}
}</div>
~VD
hi
}
}</div>
~VD
posted at 01/11/09 19:09weaaddar
posted at 30/10/09 20:23Guest
Code inside of zinc tags is completely ignored by cjass.
~VD
posted at 30/10/09 18:41Guest
For now only
<div class="code">enum(name){
private a,
private b,
private ñ
}</div>
It's awful, but in the future it will be reworked.
<div class="code">enum(name){
private a,
private b,
private ñ
}</div>
It's awful, but in the future it will be reworked.
~VD
posted at 28/10/09 13:42Guest
Logical operations in preprocessor directives will be added very soon.
~VD
posted at 26/10/09 15:50N.e.k.i.t
posted at 25/10/09 22:51Mooglefrooglian
Thx for test. We will upload this version as stable.
~ADOLF
posted at 24/10/09 23:55Mooglefrooglian
Thx, it is fixed in .16. We will apload new version soon.
~ADOLF
posted at 24/10/09 22:58Mooglefroogliann
This is not spam. Thx for report, I'll fix it tommorow.
~ADOLF
~ADOLF
Please, provide more code: we can't reproduce the bug with only what you've provided,
~VD
~VD
posted at 24/10/09 22:54Mooglefrooglian
posted at 24/10/09 22:41Mooglefrooglian
done
~VD
posted at 22/10/09 08:33Mooglefrooglian
Thanks for report, we'll fix that.
~VD
Fixed in 1.4.1.15. Thx.
~ADOLF