Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 206 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 206 Bytes

llvm-codegen

Compilers Course Project

  • Code generator of llvm assembly code on a small language called 'Small C'
  • Parser generated by lex & yacc
  • IR translator to be written in Objective C