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

[REBOL] Re: Bug in parse?

From: cyphre:volny:cz at: 22-Aug-2001 17:42

Hi Robert, Thanks for your explanation. It sounds logical tome but I think 'parse should behave a little bit different in case of parsing ends of lines. Especially when we need to parse blocks like that: blk: [<bla> 12356 { abcd } <bla> 7890 ...] parse blk [some [set a string! (probe parse a "^/")| skip] to end] In that case cannot get the right count of lines in the parsed string...only solution is to add " " after all EOLs or maybe my method is wrong? Anyone? regards Cyphre