ccgo

package
v1.0.1-0...-b7d21fd Latest Latest
Warning

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

Go to latest
Published: Nov 9, 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://modernc.org/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://modernc.org/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