drautb / cs6950-subc

Toy compiler for a subset of C to LLVM.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

subc

A toy compiler for a subset of C to LLVM - course project for an independent study compilers course.

Building

Requires OCaml/Opam.

cd subc

# Install dependencies
make deps   

# Build
make

About

Toy compiler for a subset of C to LLVM.


Languages

Language:OCaml 94.3%Language:C 5.4%Language:Makefile 0.3%