9 releases
Uses old Rust 2015
0.1.8 | Jun 1, 2018 |
---|---|
0.1.7 | May 31, 2018 |
0.1.6 | Apr 18, 2018 |
#764 in Programming languages
25 downloads per month
72KB
2K
SLoC
rust-lci
A LOLCODE interpreter written in Rust
Target version: 1.2, following the specs.
Note: This is NOT a 100% faithful clone. Some minor things are changed if I think it makes more sense that way. Example:
SUM OF OBTW comment in the way TLDR 5 AN 4
In the original LOLCODE, that's a parsing error because the OBTW is read as an identifier.
In my clone, this works perfectly fine (although I recommend not doing it, because it's hard to read).
There is no type casting in rust-lci either.
This is because everything is already implicit where needed, so I don't see any point.
Why?
I'm bored.
I feel like porting more of my things to Web Assembly, but I ran out of things to port.
I could've probably just ported the original LOLCODE directly, but meh.
Dependencies
~420KB