In compiler design, there is what is known as a predictive parser. A predictive parser parses an input string using a parser table. The key features of a predictive parser are 1) for any element of the input string, there is one, and only one possible action to be taken by the parser...