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

[REBOL] Re: encap and build.r

From: jjmmes:yah:oo:es at: 30-Aug-2002 11:38

> A good approach or not? (I was toying with the idea > of further reducing the > source size by tokensing user-defined words, but the > cost / benefit didn't > seem justified).
Great approach, I think. The more tools we have the less errors we'll do (as long as the tools are truly reliable). I'll use your tool ! A related idea is to have a Rebol diff function that cleans and properly formats two scripts (with Carl's or Volker script) and then checks for the differences (the diff script in the library only tests at the line level). Tokenising further wouldn't be good to inspect diffs