GoToSocial/vendor/modernc.org/cc/v3
kim b56dae8120
[chore] Update all but bun libraries (#526)
* update all but bun libraries

Signed-off-by: kim <grufwub@gmail.com>

* remove my personal build script changes

Signed-off-by: kim <grufwub@gmail.com>
2022-05-02 15:05:18 +02:00
..
AUTHORS
CONTRIBUTORS
GO-LICENSE
LICENSE
Makefile [chore] Update all but bun libraries (#526) 2022-05-02 15:05:18 +02:00
README.md
abi.go
abi_platforms.go [chore] Update all but bun libraries (#526) 2022-05-02 15:05:18 +02:00
ast.go
ast2.go
cc.go [chore] Update all but bun libraries (#526) 2022-05-02 15:05:18 +02:00
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