This is a subset of C++ language. Description of the language as follow: Details Note 1 Reserved words CONST , FLOAT , INT , BREAK , CONTINUE , ELSE , FOR , SWITCH , VOID , CASE , ENUM , SIZEOF , TYPEDEF ,CHAR ,DO , IF , RETURN , UNION , WHILE, GIFT, DEAN, HOD, and, or #DEFINE // define is keyword DEFINE // Nothing #INCLUDE // include is keyword INCLUDE // Nothing 2 Identifiers examples (val1u e, r2ate, C1o_unter, 2test123, etc “_ _” cannot be an identifier. “_” cannot be last symbol of id. Must have one or more digit. Can start with Digit. 3 Numbers example (123,223, 23.5, 0.45 etc) 4 Operators <,>,!=, <>, :=, ==, *, +, /,-, >>>,<<<, ++, +=, -=, --, &&, ||, |& as XOR , &| as NOR; 5 User input/output Input>>>, output<<< “>>>” use instead of >> “<<<” use instead of << 6 Punctuations [,{,(,),},],”,” 7 Comments //this is comment /* */ Description: For this you have to implement a lexical analyzer, also called a scanner. This includes following parts: 1. Define Lexical Specification (Regular Expressions) for all token types. 2. Generate NFA for each regular expression or complete DFA. 3. Code (Pre Lex and Lexical Analysis) Tools: Language (For Development): C++, JAVA, Python (You can do in any of them in which you are comfortable)
This is a subset of C++ language. Description of the language as follow: Details Note 1 Reserved words CONST , FLOAT , INT , BREAK , CONTINUE , ELSE , FOR , SWITCH , VOID , CASE , ENUM , SIZEOF , TYPEDEF ,CHAR ,DO , IF , RETURN , UNION , WHILE, GIFT, DEAN, HOD, and, or #DEFINE // define is keyword DEFINE // Nothing #INCLUDE // include is keyword INCLUDE // Nothing 2 Identifiers examples (val1u e, r2ate, C1o_unter, 2test123, etc “_ _” cannot be an identifier. “_” cannot be last symbol of id. Must have one or more digit. Can start with Digit. 3 Numbers example (123,223, 23.5, 0.45 etc) 4 Operators <,>,!=, <>, :=, ==, *, +, /,-, >>>,<<<, ++, +=, -=, --, &&, ||, |& as XOR , &| as NOR; 5 User input/output Input>>>, output<<< “>>>” use instead of >> “<<<” use instead of << 6 Punctuations [,{,(,),},],”,” 7 Comments //this is comment /* */ Description: For this you have to implement a lexical analyzer, also called a scanner. This includes following parts: 1. Define Lexical Specification (Regular Expressions) for all token types. 2. Generate NFA for each regular expression or complete DFA. 3. Code (Pre Lex and Lexical Analysis) Tools: Language (For Development): C++, JAVA, Python (You can do in any of them in which you are comfortable)
Database System Concepts
7th Edition
ISBN:9780078022159
Author:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Chapter1: Introduction
Section: Chapter Questions
Problem 1PE
Related questions
Question
This is a subset of C++ language. Description of the language as follow:
Details | Note | ||
1 | Reserved words | CONST , FLOAT , INT , BREAK , CONTINUE , ELSE , FOR , SWITCH , VOID , CASE , ENUM , SIZEOF , TYPEDEF ,CHAR ,DO , IF , RETURN , UNION , WHILE, GIFT, DEAN, HOD, and, or |
#DEFINE // define is keyword DEFINE // Nothing #INCLUDE // include is keyword INCLUDE // Nothing |
2 | Identifiers |
examples (val1u e, r2ate, C1o_unter, 2test123, etc |
“_ _” cannot be an identifier. “_” cannot be last symbol of id. Must have one or more digit. Can start with Digit. |
3 | Numbers | example (123,223, 23.5, 0.45 etc) | |
4 | Operators | <,>,!=, <>, :=, ==, *, +, /,-, >>>,<<<, ++, +=, -=, --, &&, ||, |& as XOR , &| as NOR; |
|
5 | User input/output | Input>>>, output<<< | “>>>” use instead of >> “<<<” use instead of << |
6 | Punctuations | [,{,(,),},],”,” | |
7 | Comments | //this is comment /* */ |
Description:
For this you have to implement a lexical analyzer, also called a scanner. This includes following parts:
1. Define Lexical Specification (Regular Expressions) for all
token types.
2. Generate NFA for each regular expression or complete DFA.
3. Code (Pre Lex and Lexical Analysis)
Tools:
Language (For Development): C++, JAVA, Python (You can do in any of them in which you are
comfortable)
Expert Solution
This question has been solved!
Explore an expertly crafted, step-by-step solution for a thorough understanding of key concepts.
This is a popular solution!
Trending now
This is a popular solution!
Step by step
Solved in 2 steps
Knowledge Booster
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.Recommended textbooks for you
Database System Concepts
Computer Science
ISBN:
9780078022159
Author:
Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:
McGraw-Hill Education
Starting Out with Python (4th Edition)
Computer Science
ISBN:
9780134444321
Author:
Tony Gaddis
Publisher:
PEARSON
Digital Fundamentals (11th Edition)
Computer Science
ISBN:
9780132737968
Author:
Thomas L. Floyd
Publisher:
PEARSON
Database System Concepts
Computer Science
ISBN:
9780078022159
Author:
Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:
McGraw-Hill Education
Starting Out with Python (4th Edition)
Computer Science
ISBN:
9780134444321
Author:
Tony Gaddis
Publisher:
PEARSON
Digital Fundamentals (11th Edition)
Computer Science
ISBN:
9780132737968
Author:
Thomas L. Floyd
Publisher:
PEARSON
C How to Program (8th Edition)
Computer Science
ISBN:
9780133976892
Author:
Paul J. Deitel, Harvey Deitel
Publisher:
PEARSON
Database Systems: Design, Implementation, & Manag…
Computer Science
ISBN:
9781337627900
Author:
Carlos Coronel, Steven Morris
Publisher:
Cengage Learning
Programmable Logic Controllers
Computer Science
ISBN:
9780073373843
Author:
Frank D. Petruzella
Publisher:
McGraw-Hill Education