Documentation ¶
Overview ¶
Package ccir translates cc[0] ASTs to an intermediate representation. (Work In Progress)
Supported platforms and architectures ¶
In GOOS_GOARCH form
linux_386 linux_amd64 windows_386 windows_amd64
If you can access a machine with a not yet supported os/arch and you would like to contribute to porting this package, you may want to start by trying
$ cd $GOPATH/src/modernc.org/ccir/libc $ go generate
Please fill an issue for the port and let's discuss it there.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // Testing amends things for tests. Testing bool // CRT0Path points to the C _start function source file. R/O. CRT0Path string // LibcIncludePath can be used as an argument to cc.SysIncludePaths. R/O. LibcIncludePath string )
Functions ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.