Compiler VS interpreter in programming language translation, my question here is they say, the interpreter is not converted into machine code. But if that's the case then how is the machine executing the code?
I tried browsing around i found one solution saying that it does nto actually cinverts the code into object code but mearly simulated an illution as such but comverting it into instruction code for itself to execute the code. I am still unclear and lost.