Skip to content

gnlow/Qae

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Qae

Qae: toy programming language, to learn assembly

print(fun () { "hi" } ())

fun hi() { "hi" }
print(hi())

fun add(a, b) { a + b }
print(add(12, 34))

fun lol() {
    i = 0
    while (i < 10) {
        print("lol")
    }
}

About

Qae: toy programming language, to learn assembly

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published