Skip to content

udzura/niao

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Niao

Niǎo is a small and experimental, toy language (for now).

Niao is aimed to be compiled into multiple backends. e.g. BPF, WebAsembly and such.

Language overview

See Memo on Notion

Example code

fun max(x : i32, y : i32) {
  if x > y or x == y {
    return x;
  } else {
    return y;
  }
}

some := 1
other := 3

puts(max(some, other))

About

A experimental language

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages