hey it can calculate 4 again xP
This commit is contained in:
parent
e769b891ab
commit
d253497b3e
11 changed files with 137 additions and 95 deletions
|
|
@ -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/)
|
||||
Loading…
Add table
Add a link
Reference in a new issue