ast

package
v0.0.0-...-3405056 Latest Latest
Warning

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

Go to latest
Published: Apr 5, 2016 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 Boolean

type Boolean struct {
	Lit string
}

Boolean is boolean

type Char

type Char struct {
	Lit string
}

Char is charcter

type Expr

type Expr interface{}

Expr is Expression

type List

type List []Expr

List is list

type Num

type Num struct {
	Lit string
}

Num is number

type String

type String struct {
	Lit string
}

String is string

type Symbol

type Symbol struct {
	Lit string
}

Symbol is symbol

type Token

type Token struct {
	TokType int
	Lit     string
}

Token is scheme token

type Vector

type Vector []Expr

Vector is array {

Jump to

Keyboard shortcuts

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