answersLogoWhite

0


Want this question answered?

Be notified when an answer is posted

Add your answer:

Earn +20 pts
Q: What is the role of parser during compilation?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What role was played in compilation of the holy quran by abu bakr?

compilation and preservation of the holy qur'an


What is a parser?

Parser is a portion of the computer progam which carry out parsing process.


When was Pdf-parser created?

Pdf-parser was created on 2008-05-02.


What is the difference between a compilation error and logic error?

errors which come during compilation is known as compilation error. here we get syntax errors only not logical errors like division by zero. logical error occur during run time example:if you write a program for division with zero you will not get compilation error but during execution you will error


A top down parser generates?

a top down parser generates a leftmost derivation


Why is XML Parser used in modern browsers?

XML Parser is used to decipher XML codes. Without it, the codes cannot be understood. Web browsers, such as Mozilla Firefox and Google Chrome supply the user with this XML Parser.


Do you need MSXML parser?

yes i need


What checks for structural errors of a language?

parser


What is an email parser?

An email parser is a technology that allows you to integrate your campaign with these and other services so that when a transaction is made with that service, a subscriber can be added to your campaign.


When two pieces of CUI or other unclassified information are poted on line together and results in disclosure of classified information?

Declassification


What is the best rss parser?

Diffbot (http://www.diffbot.com)


What are the programs that are executing during compilation in c?

The only program that executes during compilation is the compiler. The compiler produces one object file for each translation unit compiled. When all translation units are compiled, the object files can then be linked together by executing the linker.