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

[REBOL] Re: Reading other kinds of data files ?

From: cyphre:volny:cz at: 20-Jul-2001 12:36

Hi YekSoon, You don't have to write any C code etc. ;) Rebol is very strong tool for parsing so you should write a script which: -load the data file -parse the useful informations from the data structure using specific parsing rules -visualize the parsed results Check the rebol Core .pdf manual chapter Parsing for more information. If you have any questions regarding parsing send the to the list or just contact me directly. Best regards, Cyphre