Skip to content

As a part of the course project Compiler Design, our task of designing a compiler for a programming language is broken down into different parts

Notifications You must be signed in to change notification settings

Tarun-Karthik/Compiler_Design

Repository files navigation

Compiler_Design

As a part of the course project Compiler Design, our task of designing a compiler for a programming language is broken down into different phases. The first phase is a simple lexical analyzer.

In this project we plan to implement a lexical analyzer for C language. This lexical analyzer will be able to analyse the following features of C language-

  • Data types- int, char, float
  • Keywords
  • If...else
  • While and Nested While loop
  • Functions with one parameter
  • Identifiers
  • Balanced expressions

For the full project report visit :

About

As a part of the course project Compiler Design, our task of designing a compiler for a programming language is broken down into different parts

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published