Skip to content

Yolol.Emulator

Compare
Choose a tag to compare
@martindevans martindevans released this 17 Jul 19:45
· 353 commits to master since this release

This is a prepackaged release of Yolol.Emulator, suitable for Windows.

  1. Download Package
  2. Unzip
  3. Open Powershell or command prompt and navigate to the folder
  4. Type .\YololEmulator.exe and press enter, this will run the program and show a help screen

To start executing a file, type .\YololEmulator.exe --input path_to_my_code_file.lol and press enter. This will run the file line by line, showing the value of all variables between each line. Press F5 to execute the next line.