Skip to content

Case study for System Software and Compiler Design

Notifications You must be signed in to change notification settings

VadirajaRao/CaseStudy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CaseStudy

Case study for System Software and Compiler Design

Problem Statement:: To Create a Symbol Table for keywords, Identifiers, Operators for language-c.


------------------------------------------------------Solution Procedure-----------------------------------------------------------

The "LA.py" program does the lexical analysis of a program that has been written in "program.c".

The file "result.c" is used to store the intermediate program, that is generated by removing blank spaces(leading and trailing,i.e.. no identation) and comment lines. "result.c" is used to simplify the code in order to search for the necessary patterns easily.

About

Case study for System Software and Compiler Design

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published