ccgo

package
v0.0.0-...-c6b594e Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 22, 2018 License: BSD-3-Clause, BSD-3-Clause Imports: 23 Imported by: 0

README

ccgo

Package ccgo translates c99 ASTs to Go. (Work In Progress)

This package is a modification of [0] supporting only SQLite.

[0] https://github.com/cznic/ccgo

Documentation

Overview

Package ccgo translates c99 ASTs to Go source code. (Work In Progress)

This package is a modification of [1] supporting only SQLite.

[1] https://github.com/cznic/ccgo

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Command

func Command(w io.Writer, in []*c99.TranslationUnit) (err error)

Command outputs a Go program generated from in to w.

No package or import clause is generated.

func Package

func Package(w io.Writer, in []*c99.TranslationUnit) error

Package outputs a Go package generated from in to w.

No package or import clause is generated.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL