Skip to content

These lab experiments are to be done in Compiler Design Lab as specified by APJ Kerala Technological University for the course of Bachelor in Technology Computer Science & Engineering as part of the Semester 7 curriculum.

Notifications You must be signed in to change notification settings

ajugjacob/Compiler-Design-Lab

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Compiler-Design-Lab

Experiments to be completed

Cycle 1

  • Study about phases of Compiler
  • Write a program to implement a lexical analyser
  • Write a program to implement a DFA
  • Write a program to implement a NFA
  • Write a program to implement NFA to DFA
  • Construct a recursive descent parser for an expression

Cycle 2

  • Implement intermediate code generation for simple expressions
  • Write LEX program to identity the tokens like keywords, identifiers, numbers, operators and punctuation symbols
  • Write a LEX program to remove single line and multi line comments
  • Implementation of calculator using LEX and YACC
  • Implement a YACC program to recognize strings of the form equation

About

These lab experiments are to be done in Compiler Design Lab as specified by APJ Kerala Technological University for the course of Bachelor in Technology Computer Science & Engineering as part of the Semester 7 curriculum.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages