This document summarizes error recovery strategies used by parsers. It discusses the role of parsers in validating syntax based on grammars and producing parse trees. It then describes several error recovery strategies like panic-mode recovery, phrase-level recovery using local corrections, adding error productions to the grammar, and global correction aiming to make minimal changes to parse invalid inputs.