Question: This assignment is to parse Tiny programs using JavaCUP. Here are some useful links for the assignment, including the EBNF for Tiny language. You need

This assignment is to parse Tiny programs using JavaCUP. Here are some useful links for the assignment, including the EBNF for Tiny language. You need to write a JavaCUP file and a JLex file so that a parser for Tiny language can be generated. The parser will be able to tell whether a Tiny program is syntactically correct. You need to rewrite EBNF grammar into CFG that is acceptable by JavaCUP. Comments in Tiny program should be thrown away in the scanner. We will run the following commands to generate the scanner and the parser
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
