#evaluate #repl #interpret #interpreter

app everustc

Command-line rust code evaluator

1 unstable release

Uses old Rust 2015

0.1.0 Feb 3, 2017

#4 in #interpret

MIT license

4KB
83 lines

Crate MIT license

Purpose

Command-line tool to evaluate rust code using rustc.

Limitations

  • This is not a traditional REPL in the sense that bindings are not remembered across evaluations.
  • External crates cannot be imported.

Dependencies

~3MB
~57K SLoC