Hello Justin,
While I was surfing the web, I stumbeled across your programming language LOLODE and thought I have to write an interpreter for this.
I know you already coded an interpreter, but I just wanted to create a big JavaScript project.
I have chosen Javascript (running on the Node.js platform) because it is portable, easy to manage and most importantly the language I
can code best.
I have started coding about one week ago and have already completed the tokenizer part of my interpreter and it already prints everything following
the "VISIBLE" statement .Yay!
You can find the project on the GitHub Repository
here and the NPM package
here.
I try following the 1.4 spec, although there is no official document, but I found some articles on
esolang.org.
However, I hope you have a look at jslol and eventually give me some feedback and may answer followng questions about the syntax.