This commit is contained in:
LunarAkai 2025-08-07 23:30:33 +02:00
commit b1d118a1a2
3 changed files with 16 additions and 7 deletions

View file

@ -7,6 +7,7 @@ Akai Lang (yeah I'm not creative and the name is still unused on github, sooo) i
## Planned Features
- Object-Oriented
- dynamic typing / Type inference
- Rust-like Error handling ( Result<T,E> )
- LLVM Backend
## Hello World