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

[REBOL] Re: make-doc-pro: Need help with strange parse behavior

From: robert:muench:robertmuench at: 19-Nov-2001 19:38

> -----Original Message----- > From: [rebol-bounce--rebol--com] [mailto:[rebol-bounce--rebol--com]]On Behalf Of > Robert M. Muench > Sent: Thursday, November 15, 2001 9:10 PM > To: Rebollist > Subject: [REBOL] make-doc-pro: Need help with strange parse behavior > Hi, I'm stucked with a parse problem.
Hi, even no one might be interested but I found the bug. This was a hard one! The problem was that I use the | character as a delimiter to trigger some functionality for tables. But I have to check the | character in some other rule to find out if the normal text ends with this character. Example you can write: mycell|mycell| I need to know where the text ends. The problme was, that the rule where I made the check consumed the | character(!!!) and I initally thought the problem was in some other rule... I fixed this by repositioning the input stream -1. That's it. Now make-doc-pro works and release 1.0.1 is mostly done and will be released this week. Robert