It has been done before. For instance there are currently some plans to move gcc in that direction. One of the main advantages to it is to give more flexible interface to the compiler's state, making it useful for editors and IDEs who don't want to reimplement half a C compiler just to give useful source introspection.
[Edit:] Here's an interview discussing this, giving some more details about the benefits of the approach, as and possibilities it may enable.
