package
0.1.33
Repository: https://github.com/fealsamh/go-utils.git
Documentation: pkg.go.dev

# README

This is an experimental AST interpreter.

# Functions

Translate translates an s-expression into an evaluatable AST.

# Structs

ConstantExpr is a constant literal.
EvalContext is a node of a context in-tree.
NewExpr is a `new` expression.
UUIDExpr is a `uuid` expression.
VariableExpr is a named variable.
WithExpr is a `with` expression.

# Interfaces

Expr is a script expression.