Skip to content

priyayadav13/Compiler-Design

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Compiler-Design

Basic Programs Of Compiler Design

  1. Implementation of Finite Automata and String Validation image

  2. Introduction to Lex Tool.

  3. Implement following Programs Using Lex a. Generate Histogram of words image

    b. Ceasor Cypher image

    c. Extract single and multiline comments from C Program image

  4. Implement following Programs Using Lex a. Convert Roman to Decimal

    b. Check weather given statement is compound or simple image

    c. Extract html tags from .html file image

5.Implementation of Recursive Descent Parser without backtracking image

  1. Finding “First” set Input: The string consists of grammar symbols. Output: The First set for a given string. image

  2. Generate 3-tuple intermediate code for given infix expression image image image

  3. Extract Predecessor and Successor from given Control Flow Graph image

  4. Introduction to YACC and generate Calculator Program image

  5. Finding “Follow” set Input: The string consists of grammar symbols. Output: The Follow set for a given string. image

  6. Implement a C program for constructing LL (1) parsing. image

  7. Implement a C program to implement LALR parsing. image

image

About

Basic Programs Of Compiler Design

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published