ast

package
v0.0.0-...-9d0a38f Latest Latest
Warning

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

Go to latest
Published: Jun 28, 2015 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type BinOpExpr

type BinOpExpr struct {
	Left     Expression
	Operator rune
	Right    Expression
}

type Expression

type Expression interface{}

type Literal

type Literal struct {
	Literal string
}

type NotOpExpr

type NotOpExpr struct {
	Operator rune
	Right    Expression
}

Jump to

Keyboard shortcuts

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