Code Generation Compiler Program
Project detail
I need help with a C++ program that generates code to assembly language file. I have tested the token scanner and parser previously and they are working properly. I think the problem is with the code generator(generator.cpp) and static semantics(identifierStack.cpp). I have attached link to github with the code and README with directions and suggestions.
https://github.com/FarrokhMahmoodi/Code-Generation