EECS 473 - MP4 Solutions

The following are solutions written by your classmates that the TA thought did a good job on the assignment.

The following is one solution that worked well for MP 4.

  1. lex.yy.c
  2. makefile
  3. mp3
  4. mp4
  5. mp4.output
  6. mp4.tab.c
  7. mp4.tab.h
  8. parse
  9. test.c
  10. test2.c

The following is another solution that worked well for MP 4.

  1. Makefile
  2. mp4.l
  3. mp4.y

The following is another solution that worked well for MP 4.

  1. Makefile
  2. decls.h
  3. main.cc
  4. parser.y
  5. scanner.lex