Documentation ¶
Overview ¶
Package ccgo translates C99 ASTs to Go source code. Work In Progress. API unstable.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Linker ¶
type Linker struct { Main bool // Seen external definition of main. // contains filtered or unexported fields }
Linker produces Go files from object files.
func NewLinker ¶
NewLinker returns a newly created Linker writing to out.
The Linker must be eventually closed to prevent resource leaks.
Source Files ¶
Click to show internal directories.
Click to hide internal directories.