You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
matterbridge/vendor/modernc.org/cc/v3
..
AUTHORS
CONTRIBUTORS
GO-LICENSE
LICENSE
Makefile
README.md
abi.go
abi_platforms.go
ast.go
ast2.go
cc.go
check.go
cpp.go
enum.go
filesystem.go
inspect.go
lexer.go
lexer.l
operand.go
parser.go
parser.yy
scanner.go
stringer.go
type.go
unconvert.sh

README.md

cc/v3

Package CC is a C99 compiler front end.

Most of the functionality is now working.

Installation

$ go get -u modernc.org/cc/v3

Documentation: godoc.org/modernc.org/cc/v3