tonysparks / litac-lang

LitaC compiler in LitaC
7 stars 5 forks source link

Static_if preprocessor #28

Closed tonysparks closed 1 year ago

tonysparks commented 1 year ago

Implement the #static_if preprocessor directive to enable C preprocessor directives in the generated output.

This feature enables more advanced bootstrapping (supporting conditional build targets).