Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

REBOL Preprocessor Released

 [1/5] from: carl::s::rebol::com at: 7-Sep-2002 12:33


Hi guys, here it is, sorry for the delay... The official REBOL preprocessor. Combines multiple source or data files into a single REBOL output file. Includes the full power of REBOL, allowing you to evaluate any REBOL expression during processing. Allows merging of code, data, images, sound and other types of files. Supports conditional expressions, such as conditional including of files. The output is a reduced REBOL source file with extra spacing, comments, and include file headers removed. Processing is recursive, so included files can themselves contain commands to process. Very powerful. This is the preprocessor that we use at REBOL Tech to build Core, View, Command, Link, Serve. It's very handy for REBOL/Encap users as the input to the encapsulator to build an exe result. We'll be including it as part of the Encap distribution in the future. http://www.reboltech.com/library/scripts/prebol.r If you find bugs, let us know. If you want to extend it, let us know that too, but the #DO command can do any REBOL expression, so consider that first before adding other # commands. See the script for more info. -Carl REBOL Technologies

 [2/5] from: greggirwin:mindspring at: 7-Sep-2002 17:35


<< Hi guys, here it is, sorry for the delay... The official REBOL preprocessor. Combines multiple source or data files into a single REBOL output file. >> Thanks Carl! --Gregg

 [3/5] from: brett:codeconscious at: 8-Sep-2002 12:35


Thanks Carl :^) Brett Handley

 [4/5] from: petr:krenzelok:trz:cz at: 8-Sep-2002 20:06


Thanks Carl! Nice present for my 30th birthday :-) -pekr-

 [5/5] from: greggirwin:mindspring at: 8-Sep-2002 12:40


Happy birthday Petr! --Gregg