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

[REBOL] Re: Big parse rules

From: lmecir::mbox::vol::cz at: 19-Jul-2003 17:50

Hi Andrew,
> Volker wrote: > > would like pathes in parserules. > > So would I! :)
...
> I wanted it to eventually be > recursive.
it is possible to make a recursive parse rule (see http://www.fm.vslib.cz/~ladislav/rebol/parseen.r, where the rules are recursive). Nevertheless, it is difficult in general, because there is a GC bug "messing" things. (see http://www.compkarori.com/vanilla/display/Garbage+Collection+Crash+and+the+P ARSE+function ) -L