SlideShare a Scribd company logo
20DCE096 CE442: DESIGN OF LANGUAGE PROCESSOR 5
PRACTICAL - 2
Aim: Implement a lexical analyser using C.
Code:
#include <stdio.h>
#include <string.h>
#include <ctype.h>
// Define token types
enum TokenType {
KEYWORD,
IDENTIFIER,
LITERAL,
OPERATOR,
PUNCTUATION,
PREPROCESSOR_DIRECTIVE
};
// Function to classify and print tokens
void printToken(char* lexeme, enum TokenType type) {
char* tokenTypeStr;
switch (type) {
case KEYWORD:
tokenTypeStr = "Keyword";
break;
case IDENTIFIER:
tokenTypeStr = "Identifier";
break;
case LITERAL:
tokenTypeStr = "Literal";
break;
case OPERATOR:
tokenTypeStr = "Operator";
break;
case PUNCTUATION:
tokenTypeStr = "Punctuation";
break;
case PREPROCESSOR_DIRECTIVE:
tokenTypeStr = "Preprocessor Directive";
break;
default:
tokenTypeStr = "Unknown";
}
printf("Type: %s, Lexeme: %sn", tokenTypeStr, lexeme);
20DCE096 CE442: DESIGN OF LANGUAGE PROCESSOR 6
}
int main() {
FILE *file = fopen("input.txt", "r"); // Open the file in read mode
if (file == NULL) {
perror("Error opening file");
return 1;
}
char input[1000];
char lexeme[1000];
int i = 0;
int j = 0;
while (fgets(input, sizeof(input), file) != NULL) {
for (i = 0; i < strlen(input); i++) {
// Check for keywords
if (isalpha(input[i])) {
j = 0;
while (isalpha(input[i]) || isdigit(input[i])) {
lexeme[j++] = input[i++];
}
lexeme[j] = '0';
// You would have a list of keywords to compare against
if (strcmp(lexeme, "if") == 0 || strcmp(lexeme, "while") == 0 || strcmp(lexeme, "for") == 0)
{
printToken(lexeme, KEYWORD);
} else {
printToken(lexeme, IDENTIFIER);
}
i--;
}
// Check for numeric literals
else if (isdigit(input[i])) {
j = 0;
while (isdigit(input[i]) || input[i] == '.') {
lexeme[j++] = input[i++];
}
lexeme[j] = '0';
printToken(lexeme, LITERAL);
i--;
}
20DCE096 CE442: DESIGN OF LANGUAGE PROCESSOR 7
// Check for operators and punctuation
else if (strchr("+-*/=<>,;(){}", input[i]) != NULL) {
lexeme[0] = input[i];
lexeme[1] = '0';
printToken(lexeme, OPERATOR);
}
// Check for preprocessor directives
else if (input[i] == '#') {
j = 0;
while (input[i] != '0' && input[i] != 'n') {
lexeme[j++] = input[i++];
}
lexeme[j] = '0';
printToken(lexeme, PREPROCESSOR_DIRECTIVE);
}
}
}
fclose(file); // Close the file
return 0;
}
Output:
Conclusion: In this practical we implement lexical analyzer, which read content of text file and
analyze it.
Grade:
Signature:
Remarks:

More Related Content

More from ShivangPithadiya1

20DCE096_dlp_prac5.pdf
20DCE096_dlp_prac5.pdf20DCE096_dlp_prac5.pdf
20DCE096_dlp_prac5.pdf
ShivangPithadiya1
 

More from ShivangPithadiya1 (6)

20DCE096_prac7.pdf
20DCE096_prac7.pdf20DCE096_prac7.pdf
20DCE096_prac7.pdf
 
20DCE096_prac1.pdf
20DCE096_prac1.pdf20DCE096_prac1.pdf
20DCE096_prac1.pdf
 
20DCE096_prac6.pdf
20DCE096_prac6.pdf20DCE096_prac6.pdf
20DCE096_prac6.pdf
 
20DCE096_prac10.pdf
20DCE096_prac10.pdf20DCE096_prac10.pdf
20DCE096_prac10.pdf
 
20DCE096_prac8.pdf
20DCE096_prac8.pdf20DCE096_prac8.pdf
20DCE096_prac8.pdf
 
20DCE096_dlp_prac5.pdf
20DCE096_dlp_prac5.pdf20DCE096_dlp_prac5.pdf
20DCE096_dlp_prac5.pdf
 

Recently uploaded

Satrya Jaya Mulia - Company Profile - 2024 - CS PROJECT.pptx
Satrya Jaya Mulia - Company Profile - 2024 - CS PROJECT.pptxSatrya Jaya Mulia - Company Profile - 2024 - CS PROJECT.pptx
Satrya Jaya Mulia - Company Profile - 2024 - CS PROJECT.pptx
RichoRamadhan2
 
Hospitality Training for Hotel Industries
Hospitality Training for Hotel IndustriesHospitality Training for Hotel Industries
Hospitality Training for Hotel Industries
VanieTAnggita
 
Get your dream bridal look with top North Indian makeup artist - Pallavi Kadale
Get your dream bridal look with top North Indian makeup artist - Pallavi KadaleGet your dream bridal look with top North Indian makeup artist - Pallavi Kadale
Get your dream bridal look with top North Indian makeup artist - Pallavi Kadale
Pallavi Makeup Artist
 
SECUREX UK FOR SECURITY SERVICES AND MOBILE PATROL
SECUREX UK FOR SECURITY SERVICES AND MOBILE PATROLSECUREX UK FOR SECURITY SERVICES AND MOBILE PATROL
SECUREX UK FOR SECURITY SERVICES AND MOBILE PATROL
securexukweb
 
Comprehensive Water Damage Restoration Services
Comprehensive Water Damage Restoration ServicesComprehensive Water Damage Restoration Services
Comprehensive Water Damage Restoration Services
kleenupdisaster
 
BEst VASHIKARAN SPECIALIST 9463629203 in UK Baba ji Love Marriage problem sol...
BEst VASHIKARAN SPECIALIST 9463629203 in UK Baba ji Love Marriage problem sol...BEst VASHIKARAN SPECIALIST 9463629203 in UK Baba ji Love Marriage problem sol...
BEst VASHIKARAN SPECIALIST 9463629203 in UK Baba ji Love Marriage problem sol...
gitapress3
 
DOJO Training Center - Empowering Workforce Excellence
DOJO Training Center - Empowering Workforce ExcellenceDOJO Training Center - Empowering Workforce Excellence
DOJO Training Center - Empowering Workforce Excellence
Himanshu
 
All Trophies at Trophy-World Malaysia | Custom Trophies & Plaques Supplier
All Trophies at Trophy-World Malaysia | Custom Trophies & Plaques SupplierAll Trophies at Trophy-World Malaysia | Custom Trophies & Plaques Supplier
All Trophies at Trophy-World Malaysia | Custom Trophies & Plaques Supplier
Trophy-World Malaysia Your #1 Rated Trophy Supplier
 
x ray baggage scanner manufacturers in India
x ray baggage scanner manufacturers in Indiax ray baggage scanner manufacturers in India
x ray baggage scanner manufacturers in India
Gujar Industries India Pvt. Ltd
 
Top Best Astrologer +91-9463629203 LoVe Problem SolUtion specialist In InDia ...
Top Best Astrologer +91-9463629203 LoVe Problem SolUtion specialist In InDia ...Top Best Astrologer +91-9463629203 LoVe Problem SolUtion specialist In InDia ...
Top Best Astrologer +91-9463629203 LoVe Problem SolUtion specialist In InDia ...
gitapress3
 
Earthmovers: Top Earth Moving Equipments
Earthmovers: Top Earth Moving EquipmentsEarthmovers: Top Earth Moving Equipments
Earthmovers: Top Earth Moving Equipments
earthmoverinternatio
 
Top Email Marketing Trends to Watch in 2024
Top Email Marketing Trends to Watch in 2024Top Email Marketing Trends to Watch in 2024
Top Email Marketing Trends to Watch in 2024
time4servers technologies
 
SIMBA SQUAD : Best seo company in perth
SIMBA SQUAD :  Best seo company in perthSIMBA SQUAD :  Best seo company in perth
SIMBA SQUAD : Best seo company in perth
ridebiler
 
Emmanuel Katto Uganda - A Philanthropist
Emmanuel Katto Uganda - A PhilanthropistEmmanuel Katto Uganda - A Philanthropist
Emmanuel Katto Uganda - A Philanthropist
Marina Costa
 
Colors of Wall Paint and Their Mentally Properties.pptx
Colors of Wall Paint and Their Mentally Properties.pptxColors of Wall Paint and Their Mentally Properties.pptx
Colors of Wall Paint and Their Mentally Properties.pptx
Brendon Jonathan
 
Solar Panel For Home Price List In india
Solar Panel For Home Price List In indiaSolar Panel For Home Price List In india
Solar Panel For Home Price List In india
janhaviconaxweb
 
Bridging the Language Gap The Power of Simultaneous Interpretation in Rwanda
Bridging the Language Gap The Power of Simultaneous Interpretation in RwandaBridging the Language Gap The Power of Simultaneous Interpretation in Rwanda
Bridging the Language Gap The Power of Simultaneous Interpretation in Rwanda
Kasuku Translation Ltd
 
Elevate Your Brand with Digital Marketing for Fashion Industry
Elevate Your Brand with Digital Marketing for Fashion IndustryElevate Your Brand with Digital Marketing for Fashion Industry
Elevate Your Brand with Digital Marketing for Fashion Industry
Matebiz Pvt. Ltd
 
What Are the Latest Trends in Endpoint Security for 2024?
What Are the Latest Trends in Endpoint Security for 2024?What Are the Latest Trends in Endpoint Security for 2024?
What Are the Latest Trends in Endpoint Security for 2024?
VRS Technologies
 
Bulk SMS Service Provider In Mumbai | sms2orbit
Bulk SMS Service Provider In Mumbai | sms2orbitBulk SMS Service Provider In Mumbai | sms2orbit
Bulk SMS Service Provider In Mumbai | sms2orbit
Orbit Messaging Hub
 

Recently uploaded (20)

Satrya Jaya Mulia - Company Profile - 2024 - CS PROJECT.pptx
Satrya Jaya Mulia - Company Profile - 2024 - CS PROJECT.pptxSatrya Jaya Mulia - Company Profile - 2024 - CS PROJECT.pptx
Satrya Jaya Mulia - Company Profile - 2024 - CS PROJECT.pptx
 
Hospitality Training for Hotel Industries
Hospitality Training for Hotel IndustriesHospitality Training for Hotel Industries
Hospitality Training for Hotel Industries
 
Get your dream bridal look with top North Indian makeup artist - Pallavi Kadale
Get your dream bridal look with top North Indian makeup artist - Pallavi KadaleGet your dream bridal look with top North Indian makeup artist - Pallavi Kadale
Get your dream bridal look with top North Indian makeup artist - Pallavi Kadale
 
SECUREX UK FOR SECURITY SERVICES AND MOBILE PATROL
SECUREX UK FOR SECURITY SERVICES AND MOBILE PATROLSECUREX UK FOR SECURITY SERVICES AND MOBILE PATROL
SECUREX UK FOR SECURITY SERVICES AND MOBILE PATROL
 
Comprehensive Water Damage Restoration Services
Comprehensive Water Damage Restoration ServicesComprehensive Water Damage Restoration Services
Comprehensive Water Damage Restoration Services
 
BEst VASHIKARAN SPECIALIST 9463629203 in UK Baba ji Love Marriage problem sol...
BEst VASHIKARAN SPECIALIST 9463629203 in UK Baba ji Love Marriage problem sol...BEst VASHIKARAN SPECIALIST 9463629203 in UK Baba ji Love Marriage problem sol...
BEst VASHIKARAN SPECIALIST 9463629203 in UK Baba ji Love Marriage problem sol...
 
DOJO Training Center - Empowering Workforce Excellence
DOJO Training Center - Empowering Workforce ExcellenceDOJO Training Center - Empowering Workforce Excellence
DOJO Training Center - Empowering Workforce Excellence
 
All Trophies at Trophy-World Malaysia | Custom Trophies & Plaques Supplier
All Trophies at Trophy-World Malaysia | Custom Trophies & Plaques SupplierAll Trophies at Trophy-World Malaysia | Custom Trophies & Plaques Supplier
All Trophies at Trophy-World Malaysia | Custom Trophies & Plaques Supplier
 
x ray baggage scanner manufacturers in India
x ray baggage scanner manufacturers in Indiax ray baggage scanner manufacturers in India
x ray baggage scanner manufacturers in India
 
Top Best Astrologer +91-9463629203 LoVe Problem SolUtion specialist In InDia ...
Top Best Astrologer +91-9463629203 LoVe Problem SolUtion specialist In InDia ...Top Best Astrologer +91-9463629203 LoVe Problem SolUtion specialist In InDia ...
Top Best Astrologer +91-9463629203 LoVe Problem SolUtion specialist In InDia ...
 
Earthmovers: Top Earth Moving Equipments
Earthmovers: Top Earth Moving EquipmentsEarthmovers: Top Earth Moving Equipments
Earthmovers: Top Earth Moving Equipments
 
Top Email Marketing Trends to Watch in 2024
Top Email Marketing Trends to Watch in 2024Top Email Marketing Trends to Watch in 2024
Top Email Marketing Trends to Watch in 2024
 
SIMBA SQUAD : Best seo company in perth
SIMBA SQUAD :  Best seo company in perthSIMBA SQUAD :  Best seo company in perth
SIMBA SQUAD : Best seo company in perth
 
Emmanuel Katto Uganda - A Philanthropist
Emmanuel Katto Uganda - A PhilanthropistEmmanuel Katto Uganda - A Philanthropist
Emmanuel Katto Uganda - A Philanthropist
 
Colors of Wall Paint and Their Mentally Properties.pptx
Colors of Wall Paint and Their Mentally Properties.pptxColors of Wall Paint and Their Mentally Properties.pptx
Colors of Wall Paint and Their Mentally Properties.pptx
 
Solar Panel For Home Price List In india
Solar Panel For Home Price List In indiaSolar Panel For Home Price List In india
Solar Panel For Home Price List In india
 
Bridging the Language Gap The Power of Simultaneous Interpretation in Rwanda
Bridging the Language Gap The Power of Simultaneous Interpretation in RwandaBridging the Language Gap The Power of Simultaneous Interpretation in Rwanda
Bridging the Language Gap The Power of Simultaneous Interpretation in Rwanda
 
Elevate Your Brand with Digital Marketing for Fashion Industry
Elevate Your Brand with Digital Marketing for Fashion IndustryElevate Your Brand with Digital Marketing for Fashion Industry
Elevate Your Brand with Digital Marketing for Fashion Industry
 
What Are the Latest Trends in Endpoint Security for 2024?
What Are the Latest Trends in Endpoint Security for 2024?What Are the Latest Trends in Endpoint Security for 2024?
What Are the Latest Trends in Endpoint Security for 2024?
 
Bulk SMS Service Provider In Mumbai | sms2orbit
Bulk SMS Service Provider In Mumbai | sms2orbitBulk SMS Service Provider In Mumbai | sms2orbit
Bulk SMS Service Provider In Mumbai | sms2orbit
 

20DCE096_dlp_prac2.pdf

  • 1. 20DCE096 CE442: DESIGN OF LANGUAGE PROCESSOR 5 PRACTICAL - 2 Aim: Implement a lexical analyser using C. Code: #include <stdio.h> #include <string.h> #include <ctype.h> // Define token types enum TokenType { KEYWORD, IDENTIFIER, LITERAL, OPERATOR, PUNCTUATION, PREPROCESSOR_DIRECTIVE }; // Function to classify and print tokens void printToken(char* lexeme, enum TokenType type) { char* tokenTypeStr; switch (type) { case KEYWORD: tokenTypeStr = "Keyword"; break; case IDENTIFIER: tokenTypeStr = "Identifier"; break; case LITERAL: tokenTypeStr = "Literal"; break; case OPERATOR: tokenTypeStr = "Operator"; break; case PUNCTUATION: tokenTypeStr = "Punctuation"; break; case PREPROCESSOR_DIRECTIVE: tokenTypeStr = "Preprocessor Directive"; break; default: tokenTypeStr = "Unknown"; } printf("Type: %s, Lexeme: %sn", tokenTypeStr, lexeme);
  • 2. 20DCE096 CE442: DESIGN OF LANGUAGE PROCESSOR 6 } int main() { FILE *file = fopen("input.txt", "r"); // Open the file in read mode if (file == NULL) { perror("Error opening file"); return 1; } char input[1000]; char lexeme[1000]; int i = 0; int j = 0; while (fgets(input, sizeof(input), file) != NULL) { for (i = 0; i < strlen(input); i++) { // Check for keywords if (isalpha(input[i])) { j = 0; while (isalpha(input[i]) || isdigit(input[i])) { lexeme[j++] = input[i++]; } lexeme[j] = '0'; // You would have a list of keywords to compare against if (strcmp(lexeme, "if") == 0 || strcmp(lexeme, "while") == 0 || strcmp(lexeme, "for") == 0) { printToken(lexeme, KEYWORD); } else { printToken(lexeme, IDENTIFIER); } i--; } // Check for numeric literals else if (isdigit(input[i])) { j = 0; while (isdigit(input[i]) || input[i] == '.') { lexeme[j++] = input[i++]; } lexeme[j] = '0'; printToken(lexeme, LITERAL); i--; }
  • 3. 20DCE096 CE442: DESIGN OF LANGUAGE PROCESSOR 7 // Check for operators and punctuation else if (strchr("+-*/=<>,;(){}", input[i]) != NULL) { lexeme[0] = input[i]; lexeme[1] = '0'; printToken(lexeme, OPERATOR); } // Check for preprocessor directives else if (input[i] == '#') { j = 0; while (input[i] != '0' && input[i] != 'n') { lexeme[j++] = input[i++]; } lexeme[j] = '0'; printToken(lexeme, PREPROCESSOR_DIRECTIVE); } } } fclose(file); // Close the file return 0; } Output: Conclusion: In this practical we implement lexical analyzer, which read content of text file and analyze it. Grade: Signature: Remarks: