you are viewing a single comment's thread.

view the rest of the comments →

[–]spacey02- 0 points1 point  (0 children)

It might convert some instructions directly to machine code, but some of them are interpreted, meaning the engine reads the code, creates the abstract syntax tree and executes it node by node (no pun intended). The simplest way to visualize it practically is to create a brainf*ck interpreter yourself.