package
0.0.0-20170809161901-b210e04b4ddc
Repository: https://github.com/jbugman/fun-lang.git
Documentation: pkg.go.dev

# Functions

BL creates Bool.
CL creates Char.
DL creates Double.
ID creates Ident.
IL creates Integer.
KW creates Keyword.
L creates List from a Expr vararg.
LL creates List from a slice of Exprs.
OP creates Operator.
SL creates String.
TP creates Type.

# Variables

Keywords are language keywords.
Operators are language operators.

# Structs

Bool is a boolean literal.
Char is a rune literal.
Double is a float64 literal.
Ident is an identifier.
Integer is an int literal.
Keyword is a language keyword.
List is a list.
Operator is an operator.
String is a string literal.
Type is an identifier.

# Interfaces

Atom is an atom.
Expr is a generic s-expression.