mirror of
https://github.com/ProgramSnail/Lama.git
synced 2025-12-06 06:48:48 +00:00
new module system fixes, fine result on regression tests (same to before mod)
This commit is contained in:
parent
7ab5944536
commit
25322bd3d7
6 changed files with 44 additions and 24 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue