Thank you, I will take a look at this tonight.
John
On Jun 15, 2006, at 2:49 PM, Theodore H. Smith wrote:
If you are interested in working on parsers, the ElfDataParser
makes a perfect framework :) Especially for more complex formats
like this. For simpler field formats, ElfDataFields is better.
The TinyXML.rb project demonstrates how to make an XML parser/
renderer with my ElfData plugin.
Seriously, my ElfDataParser has a few effects on parsing code:
1) Makes structuring your complex code, much easier and more
logical, it produces a natural structure for your code.
2) Actually speeds things up a lot.
3) Reduces the amount of code needed to get things done.
ElfDataParser is generally too complex for most parsing stuff I do,
most of the time I'll use ElfDataFields, but for EBNF, it's
perfect. See my TinyXML.rb, available within the main plugin
download package, on my website, for an example.
--
http://elfdata.com/plugin/
_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>
Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>