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

Statement-level conditional compilation #54

Open emlai opened 5 years ago

emlai commented 5 years ago

Conditional compilation blocks can currently be used only at global scope. Allow using them also inside functions.

This will probably be implemented via compile-time if-statements.