Mini Programming project


Write the two programs, needed to complete the assignment in c++, look at the Assignment 1 file for instructions for the first program and look at the Assignment 2 file for instructions for the second program. Everything needed to complete the assignments are posted, the assignments are connected, but two different programs.

Consider the grammar of “mini-language”, provided in file “grammar.txt”, and implement a lexical analyzer (a.k.a. scanner, lexer or tokenizer) for it

Consider the grammar of “mini-language”, provided in file “grammar.txt”, and implement a top-down, predictive, recursive descent parser for it.