An LLVM-backed LOLCODE compiler
It makes me laugh, and I wanted to play with LLVM.
Currently can run the following:
HAI
I SEZ "hello, world!"
HAI
I HAZ A YARN ITZ BOB
LOL BOB R ""hello, world!""
I SEZ BOB
KTHXBYE
- This is a strongly-typed dialect of LOLCODE. Declare variables with
I HAZ A <NUMBR|NUMBAR|YARN> ITZ <identifier>
. - Uses Sprache as the lexer-parser.