On 17 May 2013 18:53, lamg <gort.andres...@gmail.com> wrote: > What about the > preprocessor? Can we get rid of that? >
The Plan 9 C compiler does the preprocessor actions during lexical analysis. It isn't a separate pass.
On 17 May 2013 18:53, lamg <gort.andres...@gmail.com> wrote: > What about the > preprocessor? Can we get rid of that? >
The Plan 9 C compiler does the preprocessor actions during lexical analysis. It isn't a separate pass.