Separate out build_if into a pass

This commit is contained in:
Krzosa Karol
2024-04-14 09:14:57 +02:00
parent 5a2e3dcec4
commit 320a13ddfd
13 changed files with 83 additions and 94 deletions

View File

@@ -65,6 +65,7 @@ bool sandbox() {
LC_Intern name = LC_ILit("sandbox");
LC_ParsePackagesUsingRegistry(name);
LC_BuildIfPass();
if (L->errors) {
LC_LangEnd(lang);
return false;