github.com/kortschak/ccgo@v0.0.0-20180729174341-14b549ba2a43/v2/README.md (about)

     1  # ccgo
     2  
     3  Package ccgo translates c99 ASTs to Go. Work In Progress. API unstable.
     4  
     5  ### Installation
     6  
     7  
     8  To install or update ccgo and its accompanying tools
     9  
    10       $ go get [-u] github.com/cznic/ccgo/v2/...
    11  
    12  
    13  Documentation: [godoc.org/github.com/cznic/ccgo/v2](http://godoc.org/github.com/cznic/ccgo/v2)