Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Analyzer ¶
type Analyzer struct {
Macroexpand1 func(form interface{}) (interface{}, error)
CreateVar func(sym *Symbol, env Env) (interface{}, error)
IsVar func(v interface{}) bool
Gensym func(prefix string) *Symbol
FindNamespace func(sym *lang.Symbol) *lang.Namespace
ResolveHost func(sym *lang.Symbol) (interface{}, bool)
}
Click to show internal directories.
Click to hide internal directories.