Compiler/Interpreter -> The Generic Frontend

Introduction I am currently learning how to implement an Interpreter/Compiler. I want to document this process so this will be my first post which will cover the general frontend. This frontend is source-language independent because which language at the end I will compile or interpret to does not matter at that…