Skip to content

Danie-A/CMSC124_Project_LolCode_Interpreter

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published