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
- Host: GitHub
- URL: https://github.com/molnarmark/lolcode-lua
- Owner: molnarmark
- Created: 2018-02-25T20:25:49.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-03-08T16:31:07.000Z (over 8 years ago)
- Last Synced: 2025-10-12T19:56:02.029Z (9 months ago)
- Language: Lua
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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*