gitlab.com/cznic/ccgo@v1.0.0/README.md (about)

     1  # ccgo
     2  
     3  Package ccgo translates [cc](https://modernc.org/cc/tree/master/v2) ASTs to Go. (Work In Progress)
     4  
     5  Installation
     6  
     7      $ go get modernc.org/ccgo
     8  
     9  Documentation: [godoc.org/modernc.org/ccgo](http://godoc.org/modernc.org/ccgo)
    10  
    11  Changelog
    12  
    13  2018-07-01 This package is no longer maintained. Please see the v2 version at
    14  
    15  [https://modernc.org/ccgo/tree/master/v2](https://modernc.org/ccgo/tree/master/v2)