An open API service indexing awesome lists of open source software.

https://github.com/isubasinghe/microc

A (mostly) working C compiler
https://github.com/isubasinghe/microc

c compiler haskell

Last synced: about 2 months ago
JSON representation

A (mostly) working C compiler

Awesome Lists containing this project

README

          

# 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](https://github.com/isubasinghe/llvm-project/) - small fix added to branch release/9.x that isn't available in the upstream branch.
* stack