Name: Anonymous 2016-10-04 22:08
Is the most important part of a compiler the lexer, or the parser?
The result is often thousands of needless lines of code passing through the lexical analyzer, which is (in good compilers) the most expensive phase.