C++ Parser and Tokenizer Programming

C++ Parser and Tokenizer Programming

Design and implement a C++ program to process commands (to parse and tokenize) using classes for that purpose. You will use these classes to extract the passages that form the story from a much larger input file.

Develop a pair of classes to extract the components of a passage in a story file.

Files and further instructions are provided in a zip file.