Added build statistics

This commit is contained in:
2025-02-05 23:10:50 +01:00
parent 12894dbcc5
commit 37afbde0da
6 changed files with 54 additions and 18 deletions

View File

@ -105,6 +105,7 @@ func Compile(files <-chan *fs.File, functions <-chan *core.Function, structs <-c
result.Main = main
result.Functions = allFunctions
result.finalize()
return result, nil
}