Remove dumbass type constraint crap.

This commit is contained in:
2024-12-29 23:39:57 +01:00
parent 90fb1a035e
commit f13508262b
7 changed files with 65 additions and 341 deletions

View File

@@ -16,6 +16,16 @@ build :: () {
options.write_added_strings = true;
args := options.compile_time_command_line;
for arg : args {
if arg == {
case "check"; {
options.output_type = .NO_OUTPUT;
}
}
}
new_path: [..] string;
array_add(*new_path, ..options.import_path);
array_add(*new_path, "modules");