rust: add step9_try. Refactor error handling.
authorJoel Martin <github@martintribe.org>
Tue, 28 Oct 2014 01:45:27 +0000 (20:45 -0500)
committerJoel Martin <github@martintribe.org>
Wed, 7 Jan 2015 03:58:59 +0000 (21:58 -0600)
commit3744d56621ff4c1c6c8a1fd6beb1d03123df53a5
tree579e72e9bd66a8e8ea30d30e0c4a6c52dc51cc04
parent5939404b0fb822fd29a483dc0d0a4d716cef206e
rust: add step9_try. Refactor error handling.

Additional core functions.
15 files changed:
rust/Cargo.toml
rust/Makefile
rust/src/core.rs
rust/src/env.rs
rust/src/reader.rs
rust/src/step1_read_print.rs
rust/src/step2_eval.rs
rust/src/step3_env.rs
rust/src/step4_if_fn_do.rs
rust/src/step5_tco.rs
rust/src/step6_file.rs
rust/src/step7_quote.rs
rust/src/step8_macros.rs
rust/src/step9_try.rs [new file with mode: 0644]
rust/src/types.rs