All programming languages are translated to machine code which is then executed by the hardware interpreter. However what translates the code of translators such as compiler code and interpreter code? A compiler translates source code but compiler also written in some language so what translates the compiler code/interpeter code?
Thanks