The PostSerializer class is used for everything: the list of posts, retrieving a single post, the payload when creating or updating a post, and the response when creating or updating a post. And when ...
A complete 6-stage compiler that transforms MacroJava (Java with C-style macros) into MIPS Assembly. This project was developed as part of the CS3300 (Compiler Design) course.