bytecode compiler impirsts and external functions call support, byyterun imports and external functions calls parsing, initial impl of module manager

This commit is contained in:
ProgramSnail 2024-11-29 13:45:03 +03:00
parent 2cd7afe0c5
commit 0a26953318
11 changed files with 409 additions and 205 deletions

View file

@ -28,4 +28,4 @@ fun generate (n) {
if n then n : generate (n-1) else {} fi
}
bubbleSort (generate (1000))
bubbleSort (generate (1000))