Hi, I wrote a simple wrapper to Red-Red/System compiler to make it eaiser to compile test scripts.
Download the latest package from http://www.red-lang.org/p/blog-page_5.html
Put the RedCompiler.exe into Red-master folder
Drag & drop .red or .reds onto RedCompiler.exe
or
Double click and select your script file.
It compiles the source according to source file's extension.
It's not a standalone compiler! It's just a wrapper to red.r and rsc.r compiler scripts.
Red files compile to same folder with RedCompiler.exe
Red/System files compile to red-system/builds folder.
it is Windows only!
Author: Endo
License: Public domain