types

package
v0.0.0-...-d7a3694 Latest Latest
Warning

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

Go to latest
Published: Mar 12, 2015 License: GPL-3.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func String

func String(exp Expression) string

Types

type Boolean

type Boolean bool

func (Boolean) String

func (b Boolean) String() string

type EnvVars

type EnvVars map[Symbol]Expression

type Environment

type Environment struct {
	EnvVars
	Parent *Environment
}

type Expression

type Expression interface{}

type Lambda

type Lambda struct {
	Args Expression
	Body Expression
	Env  *Environment
}

type Number

type Number float64

type Symbol

type Symbol string

Jump to

Keyboard shortcuts

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