compiler: Add Preprocessor Support

TODO: Test that file names are properly tracked in included
files.

Signed-off-by: Will Hawkins <hawkinsw@obs.cr>
This commit is contained in:
Will Hawkins
2026-05-07 23:05:47 -04:00
parent fac1cc4948
commit 754102d601
16 changed files with 471 additions and 14 deletions
@@ -0,0 +1,6 @@
select (false) {
true: reject;
false: reject;
};
}
};