Next: , Previous: Context Dependency, Up: Top


8 Debugging Your Parser

Developing a parser can be a challenge, especially if you don't understand the algorithm (see The Bison Parser Algorithm). Even so, sometimes a detailed description of the automaton can help (see Understanding Your Parser), or tracing the execution of the parser can give some insight on why it behaves improperly (see Tracing Your Parser).