RandoriAS / randori-compiler

Compiler for Randori ActionScript Project
http://randoriframework.com/
20 stars 9 forks source link

Conditional compilation #195

Open peteshand opened 11 years ago

peteshand commented 11 years ago

would be great to be able to add compiler conditionals: eg: Additional compiler options: -define=CONFIG::debugging,true

Code: CONFIG::debugging { window.alert('debugging');; }