hub/vendor/modernc.org/cc/v3
Maxim Lebedev cd1b33e6e9
📌 Upgraded and vendored go modules
2023-11-05 20:02:06 +06:00
..
AUTHORS 📌 Upgraded and vendored go modules 2023-11-05 20:02:06 +06:00
CONTRIBUTORS 📌 Upgraded and vendored go modules 2023-11-05 20:02:06 +06:00
GO-LICENSE 🚧 Created WIP hub 2023-03-12 15:02:23 +06:00
LICENSE 🚧 Created WIP hub 2023-03-12 15:02:23 +06:00
Makefile 📌 Upgraded and vendored go modules 2023-11-05 20:02:06 +06:00
README.md 🚧 Created WIP hub 2023-03-12 15:02:23 +06:00
abi.go :pin: Upgraded and vendored modules 2023-03-14 04:20:23 +06:00
abi_platforms.go 📌 Upgraded and vendored go modules 2023-11-05 20:02:06 +06:00
ast.go 🚧 Created WIP hub 2023-03-12 15:02:23 +06:00
ast2.go 🚧 Created WIP hub 2023-03-12 15:02:23 +06:00
cc.go 📌 Upgraded and vendored go modules 2023-11-05 20:02:06 +06:00
check.go :pin: Upgraded and vendored modules 2023-03-14 04:20:23 +06:00
cpp.go 🚧 Created WIP hub 2023-03-12 15:02:23 +06:00
enum.go 🚧 Created WIP hub 2023-03-12 15:02:23 +06:00
filesystem.go 🚧 Created WIP hub 2023-03-12 15:02:23 +06:00
inspect.go 🚧 Created WIP hub 2023-03-12 15:02:23 +06:00
lexer.go 🚧 Created WIP hub 2023-03-12 15:02:23 +06:00
lexer.l 🚧 Created WIP hub 2023-03-12 15:02:23 +06:00
operand.go 🚧 Created WIP hub 2023-03-12 15:02:23 +06:00
parser.go :pin: Upgraded and vendored modules 2023-03-14 04:20:23 +06:00
parser.yy 🚧 Created WIP hub 2023-03-12 15:02:23 +06:00
scanner.go 🚧 Created WIP hub 2023-03-12 15:02:23 +06:00
stringer.go 🚧 Created WIP hub 2023-03-12 15:02:23 +06:00
type.go 🚧 Created WIP hub 2023-03-12 15:02:23 +06:00
unconvert.sh 🚧 Created WIP hub 2023-03-12 15:02:23 +06:00

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