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
- Host: GitHub
- URL: https://github.com/chansuke/minicc
- Owner: chansuke
- Created: 2019-06-26T16:40:24.000Z (almost 7 years ago)
- Default Branch: develop
- Last Pushed: 2020-05-08T12:30:58.000Z (about 6 years ago)
- Last Synced: 2025-01-17T03:44:25.805Z (over 1 year ago)
- Language: C
- Homepage:
- Size: 66.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`