show/hide this revision's text 3 typo: as -> and

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.

show/hide this revision's text 2 Add interview link

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 possibilities it may enable.

show/hide this revision's text 1

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.