Trending Compiler Design Discussions

Follow

Ask the Community


Ask any professional question and get answers from other specialists.

Stream language
Gurmeet Mathur's image
Question added by Gurmeet Mathur Freelance Developer/Designer Scriptlance.com
10 years ago
Answers:
3
Followers:
Views:
143
Vote Count:
0
Answer should contain a minimum of 25 characters.
Rahul Patel's image
Question added by Rahul Patel INTERN netapp
10 years ago
Answers:
1
Followers:
Views:
190
Vote Count:
0
Answer should contain a minimum of 25 characters.
karpaga selvi Subramanian's image  
Answer added by  karpaga selvi Subramanian, Assistant Professor, Mekelle University
8 years ago

Interpreter performs step by step translation, and stops when a error occurs. Compiler translate the entire program and highlight all errors if any

JEYA SHOBANA SUBBIAH's image  
Answer added by  JEYA SHOBANA SUBBIAH, Assistant Professor, Rajas International Institute of Technology for Women
8 years ago

A compiler just checks all syntax errors of a source program. If the source program has no errors then it transforms the source code into machine code (binaries) and then ... See More

Shafi Ahmad's image  
Answer added by  Shafi Ahmad, Principal Software Engineer, Microsoft India Pvt Ltd
6 years ago

  Input Compiler Takes Entire program as input Interpreter Takes Single instruction as input . Intermediate Code Intermediate Object Code is Generated No Inte ... See More