Releases: martindevans/Yolol
Releases · martindevans/Yolol
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.
2.0.0-Linux
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
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.