> -----Original Message-----
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, February 08, 2000 2:24 PM
> To: [EMAIL PROTECTED]
> Subject: [REBOL] [Rebol_New] symbol manipulation Re:(2)
> How do you link up the BNF definition with the parse statement?
> I can't seem to find any simple examples. Thanks!
Hi, just a short note, which might help a bit. Rebol's parse is not like an
EBNF parser, it doesn't support the "parallel" selection of rules. So thing
you specify with | are not seen en block... this makes thing quite
cumbersome sometimes... Robert