I have compiler construction course in my university and we have to make a compiler as a final project. We chose C++ as our language and Yacc/Bison as Parser Dev tools (but compiler is for Imperative languages such as Pascal).
I have just started my 3rd year, today was the first lab and I don't know much yet about these things. Can I use Visual Studio 2019 as my IDE ? or I should install Linux and use something else?
Thanks in advance