nstcc

package module
v0.0.0-...-28e3d37 Latest Latest
Warning

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

Go to latest
Published: Nov 20, 2015 License: LGPL-2.1 Imports: 7 Imported by: 0

README

nstcc

The Not So Tiny C Compiler

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Compile

func Compile(ctx *Context, dst io.Writer, src []byte) error

func Preprocess

func Preprocess(ctx *Context, dst io.Writer, src []byte) error

Types

type Arch

type Arch uint32
const (
	ArchAMD64 Arch = 0
	Arch386   Arch = 1
)

type Context

type Context struct {
	Arch Arch
}

Jump to

Keyboard shortcuts

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