alantech / alan

Autoscalable Programming Language
https://alan-lang.org
MIT License
305 stars 10 forks source link

Implement conditional compilation #775

Closed dfellis closed 2 months ago

dfellis commented 2 months ago

Add support to all top-level types for conditional compilation (which will be immediately used for built-in testing support).

This PR also fixes a few bugs that were discovered in the process of writing it.

Resolves #758