On Jan 5, 2008, at 00:03 , Marcin Raczkowski wrote: > i recently started playing with Parsetree and Ruby2Ruby and Ruby2C, > what's bugging me it's compleate lack of wiki/documentation - i read > your blog - but it's hard to distinguish stuff that's still related > from obsolete. > > aside from that, code you wrote is plain amazing :) > > and i already have few idea's how to use it ^^ complete lack of documentation?!? I write developer tools. I basically expect my user base to be able to read code and I try to write the clearest, smallest code possible such that often doco isn't necessary. But in this case I'm a bit confused: http://parsetree.rubyforge.org/ParseTree/ !!! the doco is actually pretty good (coverage wise--I can't judge the content as I don't read it), ~60% according to dcov and it is beating me up on things like my error classes.