package
Version:
v0.2.5
Opens a new window with list of versions in this module.
Published: Jul 4, 2024
License: EPL-1.0
Opens a new window with license information.
Imports: 7
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
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
}
Analyze performs semantic analysis on the given s-expression,
returning an AST.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.