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

rebol evaluator in rebol

 [1/2] from: maarten:vrijheid at: 10-Oct-2003 22:07


Hi, Has anybody ever written a rebol evaluator in rebol? Or even partly? I'd be interested... --Maarten

 [2/2] from: brett::codeconscious::com at: 11-Oct-2003 10:47


All I did was wrap the Do function. An alternative would be wrap do/next. http://www.codeconscious.com/rebsite/rebol-library/little-evaluator.r Is that what you mean, or something else? Regards, Brett.