starting project Albireo

This commit is contained in:
2024-02-16 02:07:52 +07:00
commit 546af734e7
8 changed files with 412 additions and 0 deletions

9
test/simple/main.air Normal file
View File

@ -0,0 +1,9 @@
module main
c : fn => bool = function is
let a = b in
c(a)
b : bool = false
a : number = 1