package
module
Version:
v0.0.0-...-2abae1c
Opens a new window with list of versions in this module.
Published: Nov 22, 2018
License: BSD-3-Clause
Opens a new window with license information.
Imports: 24
Opens a new window with list of imports.
Imported by: 2
Opens a new window with list of known importers.
README
¶
github.com/cznic/irgo
has moved to modernc.org/irgo
(vcs).
Please update your import paths to modernc.org/irgo
.
This repo is now archived.
Documentation
¶
Package irgo translates intermediate representations to Go. (Work In Progress)
New writes Go code generated from obj to out. No package or import clause
is generated. The types argument is consulted for named types.
type Option func(*options) error
Option is a configuration/setup function that can be passed to the New
function.
TypeCache option requests to use a shared type cache tc.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.