The Lords of the Strings
- Araez, Danielle Lei R.
- Cinense, Njord Daniel P.
- Latigay, Jaymart G.
-
Download the required packages using the commands below:
pip install regex pip install pygame==2.0.1 pip install tk pip install random
-
Run the program using the command below:
python main.py
-
Click the "Open" button to select a LolCode file to be interpreted.
-
Click the "Run" button to run the interpreter and show the output on the console.
LolCode Guide
LolCode Online Compilers
- https://www.jdoodle.com/execute-lolcode-online/
- https://www.tutorialspoint.com/execute_lolcode_online.php
Lexical Analyzer
Syntax and Semantic Analyzer