[ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
8. Debugging Your Parser
Developing a parser can be a challenge, especially if you don't understand the algorithm (see section The Bison Parser Algorithm). Even so, sometimes a detailed description of the automaton can help (see section Understanding Your Parser), or tracing the execution of the parser can give some insight on why it behaves improperly (see section Tracing Your Parser).
8.1 Understanding Your Parser | Understanding the structure of your parser. | |
8.2 Tracing Your Parser | Tracing the execution of your parser. |