Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 260 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 260 Bytes

Originally created to replicate UCSD's server VMs for CSE131, compilers. Running on centos w/ a tool chain for developing a compiler using gcc, g++, flex, bison, llvm.

Usage:

docker run -i -t -v $(pwd):/project alexgian/centos-compiler sh

cd project