Questions tagged [lolcode]

LOLCODE is an esoteric programing language designed to mimic many internet memes.

LOLCODE is an esoteric programing language designed to mimic many Internet memes. It was invented by Adam Lindsay of Lancaster University in 2007 and first implemented as a PHP parser by Jeff Jones.

The latest stable LOLCODE specification is version 2. Multiple compilers and interpreters implement it, along with candidate feature improvements in discussion for version 3. As such, LOLCODE is available as an embedded extension on multiple platforms including the JVM and the CLR, as well as standalone interpreters and compilers for both language and VM backends.

17 questions
0
votes
0 answers

How can I fix my RegEX expression so it doesn't match the whole line after?

I'm working on an VS Code extension for LOLCode. I've gotten most of my RegEx expressions to do what I want but when I tried to work with isolating variables in some instances it includes almost everything in the line. I'm really not sure how to fix…
0
votes
1 answer

LOLCODE 1.4 Interpretation

I've been trying to interpret this lolcode written in the 1.4 specification. However, I can't figure it out because there are no available interpreters for this version. I can't seem to find out what SRS means. This is a practice problem for a CTF…
1
2