Skip to content

C Compiler (Short Version) | CSE310 Offline L3-T1 BUET | It was divided in 4 parts as 4 offline assignments.

Notifications You must be signed in to change notification settings

AN-SWAPNIL/L3-T1_CSE310_Compiler_Offline

Repository files navigation

C Compiler (Short version)

This repositoy contains implementation of assignments from Compiler Sessional course (CSE 310), offered in Department of CSE at BUET.

The last assignment is the completion of the previous ones, which will generate assembly code for a C file.

How to run on Linux

  • Install flex and bison using

sudo apt install flex bison

  • Install gcc using

sudo apt install gcc

  • Clone the repo using git clone or download the zip file.
  • Go to the directory of the assignment you want to run.
  • Put the file you want to run
  • Edit the file name in script.sh file
  • Run the following commad

./script.sh

  • input file must be in the same directory of the assignment

About

C Compiler (Short Version) | CSE310 Offline L3-T1 BUET | It was divided in 4 parts as 4 offline assignments.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published