[REBOL] Re: Dialecting Tutorial

2004-01-19 Thread Ashley TrĂ¼ter
Cyphre, elegant example of how draw can be "extended". Thanks for posting that. Regards, Ashley -- To unsubscribe from this list, just send an email to [EMAIL PROTECTED] with unsubscribe as the subject.

[REBOL] Re: Dialecting Tutorial

2004-01-19 Thread Gregg Irwin
Very nice Cyphre! -- Gregg -- To unsubscribe from this list, just send an email to [EMAIL PROTECTED] with unsubscribe as the subject.

[REBOL] Re: Dialecting Tutorial

2004-01-19 Thread Cyphre
Hi all, As I see Gerard mentioned some older version of the MAKE-DRAW dialect. For those who are interested, today I hacked a demo using updated version of this 2D vector dialect parser.(needs probably faster machine because of complexity of used vector gfx) You can check it at: do http://www.sw

[REBOL] Re: Dialecting Tutorial

2004-01-18 Thread Gerard Cote
Hi Behrang, You wrote: > Where can I find some online dialecting tutorial? > Gregg already answered you before but I also remember some article appeared in the REBOL Zine some time ago. After some search from the REBOL.ORG (or REBOL .NET) for the initial link I found at least one tutori

[REBOL] Re: Dialecting Tutorial

2004-01-18 Thread Gregg Irwin
Hi Behrang, BS> Where can I find some online dialecting tutorial? Brett Handley has written a PARSE tutorial: http://www.codeconscious.com/rebol/parse-tutorial.html though it may not be what you had in mind as a "dialecting" tutorial. The Core docs have good info on PARSE as well. One of the