--------------------------------- Instructions for Project 1 - Part 2 Due Thursday, September 15th before the start of class. ----------------------------------------------------------------- In this assignment you are required to build a "command decoder" which can parse commands issued through standard input. * The command decoder reads the standard input, parses one line at a time and prints the result to the standard output. * Only one command per line. * You do not need to handle errors. You can assume that the input data is error free. * Sample input and output files are provided. The decoder prints the output in a format as described in the description (which is similar to the sample output file). * Also, note the assigned "command numbers" in the sample output file. e.g., "1" for command "INIT_QUADTREE". Use the same in the output. * Test your submission on a GLUE/WAM machine before submitting. Submissions: * Source file(s) as a SINGLE compressed file. Email the file to the TA. * Makefile (optional, but appreciated): A make file that creates an executable "p12" when a "make" command is issued. Test it under GLUE/WAM. * README: This file should contain your a. Name b. UM id c. List of files that you are submitting d. Instructions on how to build and execute your code, anything else you want the TA to know when grading your project.