modernc.org/cc@v1.0.1/README.md (about) 1 # cc 2 3 ---- 4 5 2020-07-13 This package is no longer maintained. Please see the v3 version at 6 7 [https://modernc.org/cc/v3](https://modernc.org/cc/v3) 8 9 ---- 10 11 Package CC is a C99 compiler front end. 12 13 Installation 14 15 $ go get modernc.org/cc 16 17 18 Documentation: [godoc.org/modernc.org/cc](http://godoc.org/modernc.org/cc) 19 20 21 Building with `make` requires indent(1) and the following Go packages 22 23 * github.com/golang/lint/golint 24 * github.com/mdempsky/maligned 25 * github.com/mdempsky/unconvert 26 * honnef.co/go/tools/cmd/unused