COMPILER DESIGN
Pages - Menu
(Move to ...)
Home
CD-PROGRAMS
ASSINMENTS
e-BOOKS
▼
Monday, April 14, 2014
preprocessor explanation with example
›
There are three basic phases that are important in programming e.g. C- programming. The phases are Pre-processing, compiling and Linking, ...
1 comment:
Wednesday, March 26, 2014
Why learn about compilers?
›
Why learn about compilers? Few people will ever be required to write a compiler for a general-purpose language like C, Pascal or SML. So ...
Compiler Requirements
›
Compiler Requirements Correctness. Correctness is absolutely paramount. A buggy compiler is next to useless in practice. Since we can...
1 comment:
Definations
›
Definitions: Translator A device that changes a sentence from one language to another without change of meaning. Compiler A pro...
Friday, October 4, 2013
FIRST AND FOLLOWS
›
FIRST: If α is any string of grammar symbols, the FIRST (α) be the set of terminals that begins strings derived from α. ...
Classification of parsing Techniques
›
There are two parsing techniques, these parsing techniques work on the following principle 1. The parser scans the input string from lef...
The Role of a Parser
›
In this process of compilation the parser and lexical analyzer work together. That means, when parser required string of tokens it invok...
Syntax Analysis
›
The parser or syntax analysis checks for whether the string given can be generated from the given grammar. A parser for grammar G is ...
Thursday, October 3, 2013
›
Aho Alfred V. Pearson Education India, 1999 - 796 pages
›
A.A.Puntambekar Technical Publications, 01-Jan-2009 - 540 pages
compiler design by A.A.Putambekar
›
A.A.Puntambekar Technical Publications, 01-Jan-2010 - Compilers (Computer programs) - 461 pages Overview of Compilation : Phases of comp...
9 comments:
Wednesday, July 11, 2012
LINUX and UNIX Vi Editor Commonds
›
LINUX AND UNIX COMMANDS Syntax: vi [ -| -s ] [-l] [-L] [-R] [ -r [ filename ] ] [-S] [-t tag] [-v] [-V] [-x] [-w] [-n ] [-C] [+co...
›
Home
View web version