Added constructors to tangible.build, more work on keyword argument parsing, added LS.tailcall.

This commit is contained in:
2025-01-21 20:20:54 -05:00
parent 485caee05d
commit 69cb659d78
6 changed files with 83 additions and 18 deletions

View File

@@ -331,7 +331,7 @@ int64_t World::create_login_actor() {
tan->print_buffer_.clear();
if (is_authoritative()) {
LS.rawget(func, classtab, "initialize");
LS.rawget(func, classtab, "init");
spawn(LS, id, id, func, true, 0, false);
}
}