Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 292 Bytes

File metadata and controls

17 lines (12 loc) · 292 Bytes

llvm-cup

Compilers course project, Fall 2013.

Translates Small-C into LLVM assembly.

About LLVM Assembly:
  • I'm on version 3.5svn
  • Compatible with 3.3svn (shipped with Xcode 5)
About Small-C:
  • C-like
  • int is the only type (with some struct support)

Phil Xiaojun Hu