You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
dorm/vendor/modernc.org/cc/v3
李光春 fc26802071
continuous-integration/drone/push Build is failing Details
- update
2 years ago
..
AUTHORS - update 2 years ago
CONTRIBUTORS - update 2 years ago
GO-LICENSE - update 2 years ago
LICENSE - update 2 years ago
Makefile - update 2 years ago
README.md - update 2 years ago
abi.go - update 2 years ago
abi_platforms.go - update 2 years ago
ast.go - update 2 years ago
ast2.go - update 2 years ago
cc.go - update 2 years ago
check.go - update 2 years ago
cpp.go - update 2 years ago
enum.go - update 2 years ago
filesystem.go - update 2 years ago
inspect.go - update 2 years ago
lexer.go - update 2 years ago
lexer.l - update 2 years ago
operand.go - update 2 years ago
parser.go - update 2 years ago
parser.yy - update 2 years ago
scanner.go - update 2 years ago
stringer.go - update 2 years ago
type.go - update 2 years ago
unconvert.sh - update 2 years ago

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