Difference between interpreter and parser
Answers
Answered by
0
A parser is one element of a compiler. Are you looking for the differences between an interpreter and a compiler? Compiler always have a parser inside. Parser just process the language and return the tree representation of it, compiler generate something from that tree, actual machine codes or another language.
Similar questions