Consider the followingBNF grammar: implement a recursive descent parser that recognizesstrings inthis language. Input should be froma file calledinput.dat and output should be to the console. Anexample sessionmight look like this: Youmust implement the project inJava . To simplifythings youwillnot have to handle whitespace whenparsingthe string, i.e.""and similiar are illegalcharacters inthis language.

Consider the following BNF grammar: implement a recursive descent parser that recognizesstrings in

  • 1.
    Consider the followingBNFgrammar: implement a recursive descent parser that recognizesstrings inthis language. Input should be froma file calledinput.dat and output should be to the console. Anexample sessionmight look like this: Youmust implement the project inJava . To simplifythings youwillnot have to handle whitespace whenparsingthe string, i.e.""and similiar are illegalcharacters inthis language.