mirror of
https://github.com/Noratrieb/Hunterlang.git
synced 2026-01-14 20:45:00 +01:00
update readme
This commit is contained in:
parent
116ec117fa
commit
59211b8e80
1 changed files with 10 additions and 2 deletions
12
README.md
12
README.md
|
|
@ -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"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue