Yolol.Emulator
This is a prepackaged release of Yolol.Emulator, suitable for Windows.
- Download Package
- Unzip
- Open
Powershell
orcommand prompt
and navigate to the folder - 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.