hi. i try nimrod with vc++ 2013 express (hello world example), but range case (case 128...255) not supported by vc. it is possible to bypass that constraint?
The generated C is C compiler specific. C code generated for vc++ does not use range cases. You can generate such a version with the compiler via nimrod c --cc:vcc --compileOnly compiler\nimrod.nim.
Thank you. Very interesting language you did. Very interesting and convenient metaprogramming. You are the only one who did garbage collector with soft real time and tunable. Keep it up!