# 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.