Skip to content

Releases: martindevans/Yolol

Yolol.Emulator

17 Jul 19:45
Compare
Choose a tag to compare

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.

2.0.0-Linux

17 Jul 19:56
Compare
Choose a tag to compare
2.0.0-Linux Pre-release
Pre-release

Test release for Linux binaries. You should be able to run ./YololEmulator and then it's the same as usual (see instructions in readme or windows release).

Yolol.Emulator

07 Jul 23:38
Compare
Choose a tag to compare

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.