Comment on Notes on Programming in C - Rob Pike, February 21, 1989parentComments−comex14yYep, which states> The result is often thousands of needless lines of code passing through the lexical analyzer, which is (in good compilers) the most expensive phase.If only...
Comments
Yep, which states
> The result is often thousands of needless lines of code passing through the lexical analyzer, which is (in good compilers) the most expensive phase.
If only...