compiler

package
v0.0.1 Latest Latest
Warning

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

Go to latest
Published: Mar 12, 2020 License: MIT Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Compiler

type Compiler struct {
	Filename string
	Program  *ast.Program
}

func New

func New() *Compiler

func (*Compiler) Compile

func (c *Compiler) Compile(filename string) errors.ErrorList

func (*Compiler) GenIR

func (c *Compiler) GenIR() string

func (*Compiler) IncludeFiles

func (c *Compiler) IncludeFiles() []string

func (*Compiler) Optimize

func (c *Compiler) Optimize()

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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