Crate snix_cli

Source

Re-exports§

pub use args::Args;
pub use repl::Repl;

Modules§

args
assignment
repl

Structs§

EvalResult
IncompleteInput
InterpretResult

Enums§

AllowIncomplete

Functions§

evaluate
Interprets the given code snippet, printing out warnings and errors and returning the result
init_io_handle
interpret
Interprets the given code snippet, printing out warnings, errors and the result itself. The return value indicates whether evaluation succeeded.