COMPILER DESIGN
Pages - Menu
(Move to ...)
Home
CD-PROGRAMS
ASSINMENTS
e-BOOKS
▼
Wednesday, June 27, 2012
Regular expression
›
Regular expressions are mathematical symbolism which describe the set of strings of specific language. It provides convenient and usefu...
4 comments:
Error-recovery
›
Error-recovery actions are: 1) Delete one character from the remaining input. 2) Insert a missing character in to the r...
1 comment:
Lexical error
›
Lexical error include misspellings of identifiers, keywords, or operators Example:- the use of an identifier ellipse size instead of...
1 comment:
Tokens, patterns and lexemes
›
Token: Token is a sequence of characters that can be treated as a single logical entity. Typical tokens are, ...
25 comments:
Issues in Lexical Analyizer
›
There are several reasons for separating the analysis phase of compiling in to lexical and parsing. 1. Simpler design ...
The Role of the lexical analyzer
›
The main task is to read the input characters and produce as output sequence of tokens that the parser uses for syntax ...
2 comments:
‹
›
Home
View web version