Error Handling[slide by John Werth.]
During the parse, if an error is encountered (access to a blank entry in the LALR table) the following happens:
For example, stmt : error ';' will have the effect of causing the parser to skip ahead to the next ; and assume that a statement has been found.
Contents    Page-10    Prev    Next    Page+10    Index