Skip to content

theknarf-experiments/rust-repl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rust-repl

A repl for Rust.

Running

After a fresh clone, run the following:

git clone <repository-url>
cd rust-repl
# install the patch tool once (if not already present)
cargo install patch-crate
# apply patches to dependencies
cargo patch-crate
# build and start the REPL
cargo run

Inside the REPL you can execute Rust code, for example:

>> println!("test");

About

A experimental REPL for Rust.

Resources

Stars

Watchers

Forks

Languages