Stanford CS1/CS143 Compilers Course Project - Cool compiler with LLVM backend
Component | Status |
---|---|
Lexer | ✅ |
Parser | ✅ |
Semantic Analysis | ✅ |
Optimization | Skipped |
Code Generation | WIP |
- Ubuntu: 22.04
- LLVM: 15.0.2
- Zlib: 1.2.11
sudo apt-get install zlib1g-dev
sudo bash -c "$(wget -O - https://apt.llvm.org/llvm.sh)"