Skip to content

udzura/niao

Folders and files

NameName
Last commit message
Last commit date

Latest commit

May 30, 2022
d2b38b3 · May 30, 2022

History

33 Commits
May 4, 2022
May 4, 2022
May 24, 2022
May 19, 2022
May 4, 2022
May 15, 2022
May 15, 2022
May 30, 2022
May 30, 2022

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