Akuli / jou

Yet another programming language
MIT License
11 stars 4 forks source link

Compile-time-if related refactoring #429

Open Akuli opened 7 months ago

Akuli commented 7 months ago
Akuli commented 7 months ago

This breaks self-hosted compiler, but only on macos, because global variables are not implemented yet and IO on macos needs them. I think I'll merge this after I add support for global variables.