hariom1625 / compiler-design-laboratory-1-hariom1625

compiler-design-laboratory-1-hariom1625 created by GitHub Classroom

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

InstituteLogo

Compiler Design Lab Record

Introduction

Name Hari Om Yadav
Roll No. 2019UGCS040R
Branch Computer Science and Engineering
Subject Compiler Design Lab Record
Subject Code CS324
Faculty Dr. Bhaskar Mondal

INDEX

S.No. Objective Date Link
1. Write a lex program to check if the given input is a Digit. 07/08/2021 Link
2. Write a lex program to check if the given input is an Alphabet. 13/08/2021 Link
3. Write a lex program to check if the given input contains only Alphabets. 13/08/2021 Link
4. Write a lex program to check if the given input is a Digit or an Alphabet. 13/08/2021 Link
5. Write a lex program to check if the given input contains only Uppercase letters or Lowercase letters or Digits or Special characters or Mixed characters. 13/08/2021 Link
6. Write a lex program to check if the given input is a consonant or a vowel. 20/08/2021 Link
7. Write a lex program to count the total number of characters in the input. 20/08/2021 Link
8. Write a lex program to count the vowel, consonant, digit and whitespace in the given input. 20/08/2021 Link
9. Write a lex program to check whether the input string is a Valid Keyword in C or not. 27/08/2021 Link
10. Write a lex program to check whether the input string is a Valid Indentifier in C or not. 27/08/2021 Link
11. Write a lex program to check whether the input is a Valid Operator in C or not. 27/08/2021 Link
12. Write a lex program to check whether the input is an Integer or a Floating-point number. 27/08/2021 Link
13. Write a lex program to count the total number of lexemes. 03/09/2021 Link
14. Write a lex program to count the number of keywords, identifiers, operators, integers etc. 03/09/2021 Link
15. Write a lex program to check URL is Valid or Not. 03/09/2021 Link
16. Write a lex program to check whether the input Mobile Number is Valid or Not. 10/09/2021 Link
17. Write a lex program to check whether the input string is a Valid Email address or not. 10/09/2021 Link
18. Write a lex program to count the number of characters in the Input file. 10/09/2021 Link
19. Write a lex program to count the number of characters, whitespaces, tabs and lines in the Input file. 17/09/2021 Link
20. Write a lex program to count the number of lexemes in the Input file. 17/09/2021 Link
21. Write a lex program to take input from a file and remove multiple whitespace, tab and newline and write output in a separate file. 17/09/2021 Link
22. Write a program using Lex and YACC to respond to the entered Input. 24/09/2021 Link
23. Write a program using Lex and YACC to check whether a string is Palindrome or Not. 24/09/2021 Link
24. Write a program using Lex and YACC which accepts string that starts and ends with 0 or 1. 02/10/2021 Link

About

compiler-design-laboratory-1-hariom1625 created by GitHub Classroom


Languages

Language:Lex 88.7%Language:Yacc 11.3%