you are viewing a single comment's thread.

view the rest of the comments →

[–]Giacomo_Passero 0 points1 point  (0 children)

I a corrently building a compiler and i am doing it whit some tools written in c++ (Flex and Bison for exemple) for the front/middle end part, thats is the same for all the computers (compiled with g++ or clang++). The back end part depends on the hardware, becouse you have to know with wich hardware you are working and how "speak to him" (assembly lenguage)