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

[REBOL] Re: How to generate colorized HTML from rebol scripts ?

From: sunandadh:aol at: 20-May-2002 4:33

Hi Jason,
> Need to create nicely indented colorized HTML straight from REBOL source
code.
> What do you recommend?
Sounds fun! I'd suggest two things: 1. Read _Rebol: the Official Guide_ One of the extended coding examples is the development of a pretty-print routine. It'll take get you up to speed on how to parse rebol code. 2. Check some back threads here about coding layout style There has been much discussion about the ways to layout Rebol code. Of course, you can't go wrong by using the "official" layout guidelines given on the Rebol site. But you could win some friends by offering different styles; and the back threads do throw up some tricksy issues with the "official" style that you'll need to address. Good luck! Sunanda.