Hi, I'm interested in writing a plugin for the compiler that has to make some modifications to the code, the fact is that I don't find any documentation or example for such task. I don't want to mess around with a complex plugin like continuations (or at least, I suppose its really complicated), I want something simple, if there is something like that available. Also, I find no good place that describes the library of the compiler, like Phases, and such.
I have compiled and run the veeery basic example that is posted in scala-lang, but its just a traversing, so it's no good for me, also the examples that comes with distribution are just templates, so I don't know how to actually extend them.
Sorry if there is an obvious place for what I'm looking, but I just couldn't find it :(
Thanks for your time.