www.digitalmars.com         C & C++   DMDScript  

c++.stlsoft - YARD progress

reply "christopher diggins" <cdiggins videotron.ca> writes:
I had been away from YARD for a while, and I am now back in the middle of 
the XML parser. It is coming along very well, just as long as I stay 
focussed and don't get distracted!

I put the large file parsing tasks on the back burner, because I believe the 
highest priority for now is to provide an easy to understand and practical 
example of the YARD parser. This way people can start helping out, etc.

-- 
Christopher Diggins
Object Oriented Template Library (OOTL)
http://www.ootl.org 
Apr 13 2005
parent reply "Matthew" <admin stlsoft.dot.dot.dot.dot.org> writes:
"christopher diggins" <cdiggins videotron.ca> wrote in message 
news:d3jhei$20d7$1 digitaldaemon.com...
I had been away from YARD for a while, and I am now back in the 
middle of the XML parser. It is coming along very well, just as 
long as I stay focussed and don't get distracted!

 I put the large file parsing tasks on the back burner, because I 
 believe the highest priority for now is to provide an easy to 
 understand and practical example of the YARD parser. This way 
 people can start helping out, etc.
Agreed. I think you just want an abstract interface that takes an iterator - forward if you need it - and then people can do the worrying themselves if their files are too large. :-)
Apr 13 2005
parent "Zz" <junkie noware.com> writes:
 Agreed. I think you just want an abstract interface that takes an 
 iterator - forward if you need it - and then people can do the worrying 
 themselves if their files are too large. :-)
That is accepable. Zz
Apr 21 2005