Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 401 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 401 Bytes

microc

An optimising C compiler developed to learn LLVM.

Isn't fully C compatible and cannot replace production C compilers although the performance of compiled binaries should be similar to clang.

PreReqs:

  • LLVM 9.0.1 - source provided here - small fix added to branch release/9.x that isn't available in the upstream branch.
  • stack