Rebol toyCompiler ![]() ---------------------- Developed with Red and uses the Rebol interpreter. Shows a text-list of all .r scripts in the folder. Click on a Rebol (.r) script and choose 'Run' or 'Compile' Compile will create a folder with an executable. So, if you compile a Rebol script called 'hello.r' you will get a new folder called 'hello' containing an executable called 'hello.exe' The folder is totally portable as long as the exe stays inside it. |