Documentation ¶ Index ¶ func DebugFile(fileName string, ns types.EnvType) (types.MalType, error) func Execute(args []string, repl_env types.EnvType) error func ExecuteFile(fileName string, ns types.EnvType) (types.MalType, error) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func DebugFile ¶ added in v0.2.0 func DebugFile(fileName string, ns types.EnvType) (types.MalType, error) ExecuteFile executes a file on the given path func Execute ¶ func Execute(args []string, repl_env types.EnvType) error Execute is the main function of a command line MAL interpreter. args are usually the os.Args, and repl_env contains the environment filled with the symbols required for the interpreter. func ExecuteFile ¶ added in v0.2.0 func ExecuteFile(fileName string, ns types.EnvType) (types.MalType, error) ExecuteFile executes a file on the given path Types ¶ This section is empty. Source Files ¶ View all Source files command.go Click to show internal directories. Click to hide internal directories.