compiler design notes by ashok kumar
#1

Compiler design notes from by Ashok Kumar please
Reply
#2

A compiler translates code written in one language into another language without changing the meaning of the program. It is also expected that a compiler will make the target code efficient and optimized in terms of time and space.


The compiler design principles provide a deep insight into the translation and optimization process. The compiler design covers the basic translation mechanism and error detection and recovery. It includes lexical, syntactic and semantic analysis as a front end, and generation and optimization of code as back-end.

A compiler is a computer program (or a set of programs) that transforms the source code written into a programming language (the source language) into another computer language (the target language), the latter having a binary form known as code object. The most common reason for converting source code is to create an executable program.

The name "compiler" is used primarily for programs that translate source code from a high-level programming language into a lower-level language (eg assembler language or machine code). If the compiled program can run on a computer whose CPU or operating system is different from the one in which the compiler runs, the compiler is known as a cross-compiler. More generally, compilers are a specific type of translator.

Although all programs that take a set of programming specifications and translate them, that is, they create a means to execute those specifications, they are technically "compilers", the term usually means a program that produces an independent compiler executable (which may require A runtime library or subsystem to operate), a compiler that simply executes the original specifications is generally known as an "interpreter", although due to the different methods of analyzing what the compilation represents and what renders the interpretation, there is certain Overlap between the two terms.

A program that translates from a low level language to a higher level is a decompiler. A program that translates between high-level languages is often referred to as source-to-source compiler or transpiler. A language rewriter is usually a program that translates the form of expressions without a change of language. The term compiler-compiler is sometimes used to refer to an analyzer generator, a tool often used to help create the lexer and parser. It is likely that a compiler will do many or all of the following operations: lexical analysis, preprocessing, parsing, semantic analysis, code generation, and code optimization. Program crashes caused by incorrect compiler behavior can be very difficult to locate and work; Therefore, the compiler implementers invest a significant effort to ensure compiler correction.
Reply

Important Note..!

If you are not satisfied with above reply ,..Please

ASK HERE

So that we will collect data for you and will made reply to the request....OR try below "QUICK REPLY" box to add a reply to this page
Popular Searches: decompiler, compiler notes by ashok kumar, compiler design notes by ashok kumar,

[-]
Quick Reply
Message
Type your reply to this message here.

Image Verification
Please enter the text contained within the image into the text box below it. This process is used to prevent automated spam bots.
Image Verification
(case insensitive)

Possibly Related Threads...
Thread Author Replies Views Last Post
  Want ds kumar pdf 0 10,163 24-05-2021, 07:38 AM
Last Post:
  industrial self supporting chimney design calculation 0 8,264 11-02-2021, 05:11 PM
Last Post:
  Beautician course notes in hindi 0 5,811 24-02-2020, 04:31 AM
Last Post:
  Group theory by r kumar 0 15,513 18-12-2019, 07:46 AM
Last Post:
  computer aided design vijayaraghavan book free download 2 10,016 27-11-2018, 04:49 PM
Last Post:
  math r kumar group theory book pdf 0 8,404 01-11-2018, 12:24 PM
Last Post: Guest
  vlsi design by kvkk prasad pdf 0 860 24-10-2018, 05:31 AM
Last Post: Guest
Information vlsi design by kvkk prasad pdf 0 872 23-10-2018, 10:27 PM
Last Post: Guest
  go kart design report in ieee format 0 5,972 06-10-2018, 04:21 PM
Last Post: Guest
  free download design of rectangular water tanks in xls 0 984 30-09-2018, 12:01 PM
Last Post: Guest

Forum Jump: