Skip to content

Latest commit

 

History

History
57 lines (35 loc) · 1.22 KB

File metadata and controls

57 lines (35 loc) · 1.22 KB

CMSC 124 ST2L Project: LolCode Interpreter

GROUP NAME

The Lords of the Strings

GROUP MEMBERS

  • Araez, Danielle Lei R.
  • Cinense, Njord Daniel P.
  • Latigay, Jaymart G.

INSTRUCTIONS

  1. Download the required packages using the commands below:

    pip install regex
    pip install pygame==2.0.1
    pip install tk
    pip install random
  2. Run the program using the command below:

    python main.py
  3. Click the "Open" button to select a LolCode file to be interpreted.

  4. Click the "Run" button to run the interpreter and show the output on the console.

SCREENSHOTS

Image of LolCode Interpreter Screenshot

REFERENCES

LolCode Guide

LolCode Online Compilers

Lexical Analyzer

Syntax and Semantic Analyzer