/6-cd-lab

Compiler design lab

Primary LanguageYacc

Compiler Design Labwork

This repository contains labwork for compiler design.

Program list

Program Code
1a 001
1b 022
2a 021
2b 031

Compiling

Refer to CMakeLists for the questions.

The build system is with CMake.

mkdir -p build
cd build
cmake ..
make -j8

Replace -j8 with -j<num> according to the number of threads you have.

Requirements

  • flex
  • bison