Skip to content

Using the basic idea provided in lecture, you are supposed to write the Ad-hoc lexical analyzer for C++ which generates the token for the following categories: • Keywords • Identifiers • Operators • Numeric constants • Character constants • Punctuations / Special Symbols • Input: A Complete Program in C++ from a file Output: Tokens in the follow…

Notifications You must be signed in to change notification settings

muhammad-suleman-awan/LEXICAL-ANALYSER-FOR-C-Plus-language

Repository files navigation

Using the basic idea provided in the lecture, you are supposed to write the Ad-hoc lexical analyzer for 
C++ which generates the token for the following categories:
• Keywords
• Identifiers
• Operators
• Numeric constants 
• Character constants
• Punctuations / Special Symbols
•
Input: A Complete Program in C++ from a file
Output: Tokens in the following format accordingly:
<token type, token name >

About

Using the basic idea provided in lecture, you are supposed to write the Ad-hoc lexical analyzer for C++ which generates the token for the following categories: • Keywords • Identifiers • Operators • Numeric constants • Character constants • Punctuations / Special Symbols • Input: A Complete Program in C++ from a file Output: Tokens in the follow…

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages