Talk:Interpreter
From DmWiki
If BlitzMax and Blitz3D are anything like AmiBlitz they compile at runtime and have no interpreter. SamuraiCrow
I would disagree with the statement that an interpreter is a type of compiler. In an interpreter, the statements are never turned into machine code; they are just performed directly based on the parse tree. Reedbeta 22:31, 21 Dec 2005 (CST)
Incremental P-code compiler is another name for interpreter and that is what i was referring to. SamuraiCrow
