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

[REBOL] Re: Little parsing problem just got bigger

From: chaz:innocent at: 21-Nov-2000 21:05

Except for the fact that that code contains $'s, []'s, ()'s, and {}'s, I'd say put all of ikoncode into a block and parse the whole block. Something like substituteblock: copy [] parse ikoncode [ any [thru "^$post =~ s/" original to "/" thru "/" copy substitute to "/"] ( comment{replacement code} ) ] At 04:30 PM 11/20/00 -0000, you wrote: