Switch branches/tags
Nothing to show
Find file History
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
..
Failed to load latest commit information.
headers
testdata
AUTHORS
CONTRIBUTORS
LICENSE
Makefile
README.md
all_test.go
ast.go
ast2.go
ast_test.go
cc.go
cpp.go
encoding.go
enum.go
etc.go
lexer.go
model.go
operand.go
parser.go
parser.yy
scanner.go
scanner.l
stringer.go
trigraphs.go
trigraphs.l
type.go
ucn32.go
ucn64.go

README.md

c99

Package CC is a C99 compiler front end. Work In Progress. API unstable.

Installation

$ go get github.com/cznic/cc/v2

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