cx-language / cx

C* is a hybrid low-level/high-level systems programming language focused on performance and productivity.
https://cx-language.github.io/
MIT License
130 stars 9 forks source link

Conditional compilation #20

Closed Coolnesss closed 5 years ago

Coolnesss commented 7 years ago

E.g if debug build, enable array checks.

emlai commented 6 years ago

0bb8487d156e0d92d7509ccba34954391735fca9 implements this partly: conditional compilation blocks can now be used at global scope.

Still need to add the functionality to allow using them inside functions.

emlai commented 5 years ago

Closing this in favor of #54.