b-frechette / C-S20

University of Idaho CS 445 compiler for the C- (Version S20) language.
2 stars 0 forks source link

Tree Printing Functions Need to be Moved to Appropriate Files #24

Closed b-frechette closed 4 years ago

b-frechette commented 4 years ago

The print tree functions, I assuming both the one I already have as well as the new AST printing function, need to be moved to a printtree.cpp and printtree.h, respectively for grading purposes.