package
Version:
v0.0.5
Opens a new window with list of versions in this module.
Published: Apr 29, 2022
License: Unlicense
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Atom struct {
Value interface{}
}
type If struct {
Cond Expr
TrueBranch Expr
FalseBranch Expr
}
type Seq struct {
Exprs []Expr
}
type Symbol struct {
Name string
}
type While struct {
Cond Expr
Body []Expr
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.