Embed presentation
Download to read offline

The document outlines a task to implement a recursive descent parser for a specified BNF grammar. Input data should be read from a file named 'input.dat' and results outputted to the console. The implementation must be in C++, and whitespace will not be handled during parsing, making certain characters illegal.
