Skip to content

Latest commit

 

History

History
37 lines (23 loc) · 722 Bytes

README.md

File metadata and controls

37 lines (23 loc) · 722 Bytes

CoolCompiler CodeQL

Stanford CS1/CS143 Compilers Course Project - Cool compiler with LLVM backend

Development Status

Component Status
Lexer
Parser
Semantic Analysis
Optimization Skipped
Code Generation WIP

Setup

Tested Environment

  • Ubuntu: 22.04
  • LLVM: 15.0.2
  • Zlib: 1.2.11

Install Zlib

sudo apt-get install zlib1g-dev

Install LLVM

sudo bash -c "$(wget -O - https://apt.llvm.org/llvm.sh)"