Friday, August 23, 2019

COMPILER DESIGN:

COMPILER DESIGN:
compiler is a special program that processes statements written in a particular programming language and turns them into machine language or "code" that a computer's processor uses. ... The programmer then runs the appropriate languagecompiler, specifying the name of the file that contains the source statements.

The compilation process is a sequence of various phases. Each phase takes input from its previous stage, has its own representation of source program, and feeds its output to the next phase of the compiler.  A compiler is a program that translates the source code for another program from a programing language into executable code. The source code is typically in a high-level programming language (e. g. Pascal, C, C++, Java, Perl, C#, etc.).Types Of Compilers: Native code compiler: The compiler used to compile a source code for same type of platform only. The output generated by this type of compilercan only be run on the same type of computer system and Os that the compiler itself 

"TO DOWNLOAD NOTES OF SPECIFIC UNIT TAP ON UNIT NAME"


UNIT – I
Introduction Language Processing, Structure of a compiler the evaluation of Programming

language,

Lexical Analysis

UNIT –II
Syntax Analysis

UNIT –III

More Powerful LR parser (LR1, LALR) Using Armigers Grammars

UNIT – IV

Intermediated Code:

UNIT – V

Runtime Environments, part-1

Runtime Environments,part-2

UNIT –VI

Machine Independent Optimization.

No comments:

Post a Comment