> You should be aware that last time I looked, "parser" really meant > "all the time that wasn't allocated to some other part of the compiler". In particular, I am pretty sure parser includes lexical analysis. In my experience when writing fast compilers, lexical analysis can consume far more time than parsing proper.