Tips for writing a good JavaCC lexical specification


There are many ways to write the lexical specification for a grammar. But the performance of the generated token manager varies significantly depending on how you do this.

Here are a few tips for writing a good lexical specification for performance.