feat: imports and parallelised renamer #40

Merged
gk1623 merged 14 commits from imports into master 2025-03-13 23:10:38 +00:00
29 changed files with 774 additions and 254 deletions
Showing only changes of commit ee54a1201c - Show all commits

View File

@@ -233,7 +233,7 @@ object renamer {
val bodyErrors = subscope.withSubscope { s => body.foldMap(rename(s)) }
paramErrors ++ bodyErrors
}
} yield (partialProg.self, errors)
} yield (Program(chunks.toList, main.body)(main.pos), errors)
}
// /** Check scoping of all variables and functions in the program. Also generate semantic types for