preprocessor

package
v0.0.0-...-3ca7fae Latest Latest
Warning

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

Go to latest
Published: Jul 9, 2022 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

View Source
const (
	DbgFlagExecCmd = 1 << iota
	DbgFlagAll     = DbgFlagExecCmd
)

Variables

This section is empty.

Functions

func Do

func Do(infile, outfile string, conf *Config) (err error)

func SetDebug

func SetDebug(flags int)

Types

type Config

type Config struct {
	Compiler    string // default: clang
	PPFlag      string // default: -E
	BaseDir     string // base of include searching directory
	IncludeDirs []string
	Defines     []string
	Flags       []string
}

Jump to

Keyboard shortcuts

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