toy language
Find a file
2025-08-07 14:19:26 +02:00
src better ast 2025-08-07 14:19:26 +02:00
.gitignore hey it can calculate 4 again xP 2025-08-07 01:37:01 +02:00
Cargo.lock hmm 2025-08-05 22:02:39 +02:00
Cargo.toml hmm 2025-08-05 22:02:39 +02:00
README.md hey it can calculate 4 again xP 2025-08-07 00:29:16 +02:00
syntax.akai hey it can calculate 4 again xP 2025-08-07 00:29:16 +02:00

Akai Lang

Akai Lang (yeah I'm not creative and the name is still unused on github, sooo) is a programming language I'm building as a side project to my Moonhare Game Engine.

Work in Progress - doesn't work yet

Planned Features

  • Object-Oriented
  • dynamic typing / Type inference
  • LLVM Backend

Hello World

fun helloWorld() {
    print("Hello World!")
}

Shoutout to these amazing ressources that help(ed) me understand language design: