added github as repo
This commit is contained in:
parent
2f99969f12
commit
e769b891ab
9 changed files with 24 additions and 114 deletions
17
README.md
Normal file
17
README.md
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
# 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
|
||||
- LLVM Backend
|
||||
|
||||
## Hello World
|
||||
```AkaiLang
|
||||
fun helloWorld() {
|
||||
print("Hello World!")
|
||||
}
|
||||
```
|
||||
Loading…
Add table
Add a link
Reference in a new issue