Package CC is a C99 compiler front end.
Switch branches/tags
Nothing to show
Clone or download
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Failed to load latest commit information.
testdata
v2
AUTHORS
CONTRIBUTORS
LICENSE
Makefile
README.md
all_test.go
ast.go
ast2.go
ast_test.go
cc.go
cpp.go
encoding.go
etc.go
generate.go
global.go
kind_string.go
lexer.go
linkage_string.go
model.go
namespace_string.go
parser.go
parser.y
parser.yy
scanner.go
scanner.l
scope_string.go
trigraphs.go
trigraphs.l
ucn32.go
ucn64.go
xerrors

README.md

cc

Package CC is a C99 compiler front end.

Installation

$ go get github.com/cznic/cc

Documentation: godoc.org/github.com/cznic/cc

Building with make requires indent(1) and the following Go packages

  • github.com/golang/lint/golint
  • github.com/mdempsky/maligned
  • github.com/mdempsky/unconvert
  • honnef.co/go/tools/cmd/unused

Changelog

2018-07-01 This package is no longer maintained. Please see the v2 version at

https://github.com/cznic/cc/tree/master/v2