Added build statistics

This commit is contained in:
Eduard Urbach 2025-02-05 23:10:50 +01:00
parent 64bd2bae59
commit f558a69366
Signed by: eduard
GPG key ID: 49226B848C78F6C8
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
}