[REBOL] Re: Parsing Exercise
From: edoconnor::gmail::com at: 6-Sep-2005 11:33
Thanks Tom, and thanks to all who contributed.
This exercise was very educational for me. Parse is one of those
really powerful features that requires a lot of practice.
Tutorial writers take note:
Parse is a great double-feature; it's one of the great practical
features of REBOL (text processing), as well as the gateway to
creating domain-specific languages (little languages, mini-declarative
languages, command and natural languages, etc.). If you want to show
practicality + advanced power, Parse should probably be the keystone.
Thanks again.
Ed
On 9/5/05, Tom Conlin wrote: