Skip to content

swchen07/Compiler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Compiler Principle Course Project

The final project for Compiler Principle.
Collaborators:
- 陈绍文
- 胡梓敬
- 王子骏

Based on flex, bison, LLVM, this project implements a compiler that can compile SysY language into binary codes.

Install

  1. WSL(ubuntu)
    • Install Flex sudo apt install flexllvm
    • Install Bison sudo apt install bison
    • Install LLVM sudo apt-get install llvm

Reference

  1. make和cmake学习
  2. WSL下的LLVM安装

About

The project for compiler theory.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published