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

https://github.com/chansuke/minicc

Ref: https://www.sigbus.info/compilerbook
https://github.com/chansuke/minicc

Last synced: 11 months ago
JSON representation

Ref: https://www.sigbus.info/compilerbook

Awesome Lists containing this project

README

          

# minicc
C compiler.

Rui Ueyamaさんの [低レイヤを知りたい人のためのCコンパイラ作成入門](https://www.sigbus.info/compilerbook) をリファレンスにしています.

# Usage
`docker-compose run minicc`

Run the tests with:

`make test`