Jim's
Tutorials

Spring 2017
course
navigation

plugging away and submitting to CCSC

This week I didn't get as much done as I would have like to do to some family business. I submitted an abstract about MinNo to the CCSC-NE conference, so we will see how that goes. Some time was spent mapping out the function of the unpacker (the section of the compiler after the translator). I have decided that would be the best place to do semantic verification (function arity and such) since the unpacker has to keep track of declarations and assignments anyway. I also worked a bit on the translator to start recognizing block-statements and conditionals. Once I get better statement translation working, I can bring most of my attention to the unpacker.