- Well compiler is a specific type of translator, which translates the high level code to machine understandable code.
- Whereas Translator is a program which coverts code of particular programming language to functionally equivalent code of other programming language.
| S.No | Translator type | Its called |
| 1. | Which translate from one high level language to another high level language | Source to source compiler |
| 2. | From high level language to lower level language | Compiler |
| 3. | From assembly to machine level language | Assembler |
| 4. | From machine to assembly | Disassembler |
| 5. | Machine code to source | decompiler |
No comments:
Post a Comment