gatus/vendor/modernc.org/cc/v3
2021-10-03 22:15:20 -04:00
..
abi_platforms.go Update dependencies 2021-10-03 22:15:20 -04:00
abi.go Update dependencies 2021-10-03 22:15:20 -04:00
ast2.go Update dependencies 2021-10-03 22:15:20 -04:00
ast.go #136: Start working on database persistence 2021-07-18 17:29:08 -04:00
AUTHORS #136: Start working on database persistence 2021-07-18 17:29:08 -04:00
cc.go Update dependencies 2021-10-03 22:15:20 -04:00
check.go Update dependencies 2021-10-03 22:15:20 -04:00
CONTRIBUTORS #136: Start working on database persistence 2021-07-18 17:29:08 -04:00
cpp.go Update dependencies 2021-10-03 22:15:20 -04:00
enum.go #136: Start working on database persistence 2021-07-18 17:29:08 -04:00
filesystem.go #136: Start working on database persistence 2021-07-18 17:29:08 -04:00
GO-LICENSE #136: Start working on database persistence 2021-07-18 17:29:08 -04:00
inspect.go #136: Start working on database persistence 2021-07-18 17:29:08 -04:00
lexer.go Update dependencies 2021-10-03 22:15:20 -04:00
lexer.l Update dependencies 2021-10-03 22:15:20 -04:00
LICENSE #136: Start working on database persistence 2021-07-18 17:29:08 -04:00
Makefile Update dependencies 2021-10-03 22:15:20 -04:00
operand.go Update dependencies 2021-10-03 22:15:20 -04:00
parser.go #136: Start working on database persistence 2021-07-18 17:29:08 -04:00
parser.yy #136: Start working on database persistence 2021-07-18 17:29:08 -04:00
README.md #136: Start working on database persistence 2021-07-18 17:29:08 -04:00
scanner.go Update dependencies 2021-10-03 22:15:20 -04:00
stringer.go #136: Start working on database persistence 2021-07-18 17:29:08 -04:00
type.go Update dependencies 2021-10-03 22:15:20 -04:00
unconvert.sh #136: Start working on database persistence 2021-07-18 17:29:08 -04:00

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