Phase 25.1a: selfhost builder hotfix (fn rename, docs)

This commit is contained in:
nyash-codex
2025-11-15 05:42:32 +09:00
parent 8d9bbc40bd
commit 6856922374
40 changed files with 2013 additions and 72 deletions

View File

@ -210,8 +210,8 @@ static box FuncLoweringBox {
// Build additional functions JSON
if func_jsons.length() > 0 {
local fi = 0
local fn = func_jsons.length()
loop(fi < fn) {
local func_len = func_jsons.length()
loop(fi < func_len) {
func_defs_mir = func_defs_mir + "," + ("" + func_jsons.get(fi))
fi = fi + 1
}