hey it can calculate 4 again xP

This commit is contained in:
LunarAkai 2025-08-07 00:29:16 +02:00
commit d253497b3e
11 changed files with 137 additions and 95 deletions

View file

@ -6,7 +6,7 @@ Akai Lang (yeah I'm not creative and the name is still unused on github, sooo) i
## Planned Features
- Object-Oriented
- dynamic typing
- dynamic typing / Type inference
- LLVM Backend
## Hello World
@ -14,4 +14,7 @@ Akai Lang (yeah I'm not creative and the name is still unused on github, sooo) i
fun helloWorld() {
print("Hello World!")
}
```
```
## Shoutout to these amazing ressources that help(ed) me understand language design:
- [https://mukulrathi.com/create-your-own-programming-language/intro-to-compiler/](https://mukulrathi.com/create-your-own-programming-language/intro-to-compiler/)