mirror of
https://github.com/Noratrieb/Hunterlang.git
synced 2026-01-14 04:25:01 +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
|
||||
A hunter x hunter themed interpreted esoteric programming language.
|
||||
|
||||
The first version of the lexer is done, the parser is still in work.
|
||||
Some example code:
|
||||
Very basic functionality is available:
|
||||
```
|
||||
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
|
||||
Leorio does say "Number 1"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue