R
Robert Feldt
I'm not 100% up to speed with Perls B::* modules but my vision for RuthMark said:This sounds like a Ruby version of Perls B::** modules, which I agree
would be a very good thing.
Though would it be best to do this by modifying the interpreter, or by
using one of Ripper, Ruth or Rocket?
was to do (what I think is) the same thing for Ruby: lift the internal
representation to the language level. This is useful no matter which
Ruby parser you eventually go for for a compiler project, IMHO since you
can test your stuff against it.
/Robert