new module system fixes, fine result on regression tests (same to before mod)

This commit is contained in:
ProgramSnail 2025-03-03 00:13:19 +03:00
parent 7ab5944536
commit 25322bd3d7
6 changed files with 44 additions and 24 deletions

View file

@ -320,7 +320,6 @@ void analyze(Bytefile *bf, std::vector<size_t> &&add_publics) {
case Cmd::LINE:
break;
case Cmd::BUILTIN: {
std::cout << "builtin\n";
// TODO: find link to real function and replace call (need to save all
// modules in one space) <- optimization