No description
Find a file
2021-01-16 23:31:40 +01:00
.idea broken parser 2021-01-16 21:11:45 +01:00
src/main/java/com/github/nilstrieb/hunterlang broken parser 2021-01-16 21:11:45 +01:00
Hunterlang.iml lexer working 2021-01-16 14:09:31 +01:00
pom.xml lexer working 2021-01-16 14:09:31 +01:00
README.md Update README.md 2021-01-16 23:31:40 +01:00

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:

#Add two numbers
Leorio does say "Number 1"
killua0 hunts Leorio does listen
Leorio does say "Number 2"
killua2 hunts Leorio does listen
killua3 hunts killua0 + killua1
Leorio does say killua3
#Output the smaller number or both if they are equal
Leorio does say "Number 1"
killua0 hunts Leorio does listen
Leorio does say "Number 2"
killua2 hunts Leorio does listen
Gon wants killua0 > killua1 {
    Leorio does say killua1
} wants killua1 > killua0 {
   Leorio does say killua0
} got {
   Leorio does say killua0 + " " + killua1
}
#Read in 2 numbers using a function and output their sum with a function
Read2 Zoldyck gets 0 does {
  Leorio does say "Number 1"
  killua0 hunts Leorio does listen
  Leorio does say "Number 2"
  killua2 hunts Leorio does listen
}

Add Zoldyck gets 2 gives {
   illumi0 + illumi1
}

Read2
Leorio does say add killua0 killua1

sadly, Github syntax highlighting is not available yet