Compiler Design
Home
Interview Questions
PHP
Java
HTML
Abbreviation
Blogs
Computer
Python
Programming Langguage C
ICT
Institute
Wednesday, March 23, 2016
Home
» » What is Lexema?
What is Lexema?
11:36 PM
No comments
Lexema :
A lexema is a sequence of characters in the source program that is matched by the pattern for a token.
Example :
For Pascal statement -
Cons pi = 3.1416;
Here, the sub-string pi is a lexema for the token "identifier."
If You want to learn about the technology, computer science
&
engineering, web programming, freelancing, earning please cl
ick
here
:
CSE SOLVE
Email This
BlogThis!
Share to X
Share to Facebook
← Newer Post
Older Post →
Home
0 comments:
Post a Comment
Popular
Tags
Blog Archives
Translate the expression -
Translate the expression - -(a+b)*(c+d)+(a+b+c) into (ii) Quadruples At first we construct the three address code the above expression ...
Discuss the capabilities of CFG
The capabilities of CFG : Context free grammars are capable of describing most of the syntax of programming language. suitable gra...
What are the properties that good error detection & diagnostic should have?
The properties that good error detection & diagnostic should have : Good error diagnostic can significantly help reduce debugging ...
From a compiler a designer point of view, what are the source of errors in compiler?
From a compiler a designer point of view, the source of errors in compiler : There are many sources to occur error. These are the sou...
What is the way to represent 3-address code? Write down the advantage & disadvantage of quadruples over triples?
Three Address Code: Three address statements are a sequence of statements. Typically, the general form A : B op C, where A, & C ar...
Translate the following assignment statement A : = -B*(C+D) into three address, quadruple & triple forms
Translate the following assignment statement A : = -B*(C+D) into three address, quadruple & triple forms Here, given the expressio...
Explain Syntax - Directed translation
Syntax - Directed translation : Syntax - directed translation schemes to describe the output to generate for each input construct. A syn...
What is Suffix?
Suffix : A Suffix of a string is any number of trailing symbols of that string. Example : String abc has suffix - epsilon, c, bc, abc...
What is Activation Code?
Activation Code : Stack allocation collect fixed -storage by using activation record. The activation record contain the following steps -...
Find the postfix notation for the following expressions -
(i) (a+b) - c & (ii) a - (b+c) (i) The postfix notation - (a+b)-c = ...
Blog Archive
▼
2016
(55)
▼
March
(55)
Discuss the capabilities of CFG
What is CFG?Advantages of CFG
What is drawback of operator precedence parsing?
What is Context Free Grammar With Example?
What are the differences between single pass & mul...
Translate the expression -
Translate the following assignment statement A : =...
Briefly describes quadruples, triples in represent...
Find the postfix notation for the following expres...
Discuss the purpose of the fields of an activation...
Write a translation scheme for providing three -ad...
What is Activation Code?
What is Postfix notation/Reverse Polish notation W...
What is Prefix notation/Polish notation With Example?
What is infix notation with example?
What is Intermediate Language with two properties?
What is Object Program?
Explain Syntax - Directed translation
What is the way to represent 3-address code? Writ...
Define different types of translation with example
What is Suffix?
What is Prefix?
What is String(Word)?
What is Symbol?
What is Lexema?
What is Token?
What is Regular Expression? Properties of regular ...
Using suitable block diagram shows the different p...
What is Interpreter?
What is Assembler?
What are the properties that good error detection ...
From a compiler a designer point of view, what are...
Write the advantages of high -level language
Write the necessary/motive of compiler
Write some advantages & limitations of parses
What is intermediate code? Why it is necessary in ...
What are the types of errors found in different p...
Describe the main problem in code generation
What is a DAG for basic blocks? Construct the DAG ...
Describe primary structure-preserving transformati...
What do you understand by dead elimination?
Write the major issues in the design of a code gen...
What are the advantages of generating intermediate...
Basic Blocks
DAG(Directed acyclic graph)
What is Assembler?
What is R-Value?
What is L-value?
What is Copy-restore?
What is Pre-Processor?
What is Phase?
What is Pass?
What is Translator?
What is Compiler-Compiler?
What is Compiler?
Blog Archive
▼
2016
(55)
▼
March
(55)
Discuss the capabilities of CFG
What is CFG?Advantages of CFG
What is drawback of operator precedence parsing?
What is Context Free Grammar With Example?
What are the differences between single pass & mul...
Translate the expression -
Translate the following assignment statement A : =...
Briefly describes quadruples, triples in represent...
Find the postfix notation for the following expres...
Discuss the purpose of the fields of an activation...
Write a translation scheme for providing three -ad...
What is Activation Code?
What is Postfix notation/Reverse Polish notation W...
What is Prefix notation/Polish notation With Example?
What is infix notation with example?
What is Intermediate Language with two properties?
What is Object Program?
Explain Syntax - Directed translation
What is the way to represent 3-address code? Writ...
Define different types of translation with example
What is Suffix?
What is Prefix?
What is String(Word)?
What is Symbol?
What is Lexema?
What is Token?
What is Regular Expression? Properties of regular ...
Using suitable block diagram shows the different p...
What is Interpreter?
What is Assembler?
What are the properties that good error detection ...
From a compiler a designer point of view, what are...
Write the advantages of high -level language
Write the necessary/motive of compiler
Write some advantages & limitations of parses
What is intermediate code? Why it is necessary in ...
What are the types of errors found in different p...
Describe the main problem in code generation
What is a DAG for basic blocks? Construct the DAG ...
Describe primary structure-preserving transformati...
What do you understand by dead elimination?
Write the major issues in the design of a code gen...
What are the advantages of generating intermediate...
Basic Blocks
DAG(Directed acyclic graph)
What is Assembler?
What is R-Value?
What is L-value?
What is Copy-restore?
What is Pre-Processor?
What is Phase?
What is Pass?
What is Translator?
What is Compiler-Compiler?
What is Compiler?
0 comments:
Post a Comment