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

[REBOL] Re: Questions about block parsing

From: anton:wilddsl:au at: 21-Sep-2007 17:51

Hi Rudolf, Yes, I think you need a stack. I used a stack with parse some time ago. To cause a fail, we use the rule: end skip which can never succeed. So put that after the alternative you want to fail. Regards, Anton.