An open API service indexing awesome lists of open source software.

https://github.com/molnarmark/lolcode-lua

LOLCODE Interpreter Implementation in Lua for MTA:SA
https://github.com/molnarmark/lolcode-lua

Last synced: 3 months ago
JSON representation

LOLCODE Interpreter Implementation in Lua for MTA:SA

Awesome Lists containing this project

README

          

## LOLCODE Interpreter

Simple toy [LOLCODE](http://lolcode.org/) Implementation done in Lua for MTA:SA.

### Usage

Since the project has been somewhat ruined with the non-recursive parser, this implementation only supports variables.
Example:
```
HAI 1.2
BTW This is the famous 'Hello World' program
I HAS A text
text R Hello World
VISIBLE text
KTHXBYE
```

*Discontinued*