Closed abdtyx closed 6 months ago
I refactored the resolveSymbols function, now it's easier for students to understand what they need to do with errors.
By the way, I also fixed some trivial issue as well:
retProc
make
shlen
Just submitted another design, any feedback? This time the students only need to return the right value and set the errSymName which is a private variable within the resolve.cc.
errSymName
resolve.cc
Add two commits
Main feature
I refactored the resolveSymbols function, now it's easier for students to understand what they need to do with errors.
Other features
By the way, I also fixed some trivial issue as well:
retProc
in autograder is not used, so I removed it.make
to compile and test their code.shlen
in util.cc is not used, removed.