update readme

This commit is contained in:
nora 2021-01-18 11:40:11 +01:00
parent 116ec117fa
commit 59211b8e80

View file

@ -1,8 +1,16 @@
# Hunterlang # Hunterlang
A hunter x hunter themed interpreted esoteric programming language. A hunter x hunter themed interpreted esoteric programming language.
The first version of the lexer is done, the parser is still in work. Very basic functionality is available:
Some example code: ```
killua0 hunts 4 # save 4 to memory location 0
Leorio does say killua9 # output the saved data at location 0
Wing does dump # dump memory
Gon wants true { # if true
Leorio does say "hi" # output hi
}
```
Some example code (that does not work yet):
``` ```
#Add two numbers #Add two numbers
Leorio does say "Number 1" Leorio does say "Number 1"