mirror of
https://github.com/ProgramSnail/Lama.git
synced 2025-12-15 03:08:46 +00:00
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:
parent
2cd7afe0c5
commit
0a26953318
11 changed files with 409 additions and 205 deletions
|
|
@ -28,4 +28,4 @@ fun generate (n) {
|
|||
if n then n : generate (n-1) else {} fi
|
||||
}
|
||||
|
||||
bubbleSort (generate (1000))
|
||||
bubbleSort (generate (1000))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue