Phase 7.9: multi-file build, module braces, struct init multi-line, else-if fix
This commit is contained in:
@@ -90,3 +90,4 @@ func Scope_LookupLocal(scope: *Scope, name: String) -> Symbol {
|
||||
func Scope_Free(scope: *Scope) {
|
||||
bux_free(scope.symbols as *void);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user