wish-engine.model

WishEngine

protocol

members

create-state

(create-state this)
Create an empty, initial state for use with this engine

eval-source-form

(eval-source-form this state form)
Evaluate the given `form` in the context of `state`

parse-string

(parse-string this s)
Parse `s` into a form that can be eval'd