1
1
mirror of https://github.com/kanaka/mal.git synced 2024-09-20 18:18:51 +03:00
Commit Graph

17 Commits

Author SHA1 Message Date
Joel Martin
b2ba445355 rust: update to rustc 1.3.0 2015-10-08 17:15:34 -05:00
Joel Martin
55a253cbce Revert "Revert "Replace pcre with Rust-implemented regex crate (based on RE2).""
This reverts commit 30794b7111.
2015-03-05 23:22:56 -06:00
Joel Martin
30794b7111 Revert "Replace pcre with Rust-implemented regex crate (based on RE2)." 2015-03-05 23:14:56 -06:00
Andrew Gallant
9522f103b3 Replace pcre with Rust-implemented regex crate (based on RE2). 2015-03-05 20:01:29 -05:00
Alex Crichton
bbeb1b87c2 Update Rust code to the current Rust nightly
Lots of changes! Hopefully everything is still semantically equivalent (tests
still pass)
2015-03-05 00:40:57 -08:00
Joel Martin
90f618cbe7 All: rename stepA_interop to stepA_mal
Also, add missed postscript interop tests.
2015-02-28 11:09:54 -06:00
Joel Martin
111dbaf1ac rust: update README. Remove exp.rs compilation. 2015-01-08 10:56:10 -06:00
Joel Martin
77b2da6cf3 rust: add conj, stepA. Self-hosting! 2015-01-06 21:59:01 -06:00
Joel Martin
3744d56621 rust: add step9_try. Refactor error handling.
Additional core functions.
2015-01-06 21:58:59 -06:00
Joel Martin
a77e2b31de rust: add step8_macros 2015-01-06 21:58:59 -06:00
Joel Martin
4ee7c0f297 rust: add step7_quote. Refactor with type constructors. 2015-01-06 21:58:58 -06:00
Joel Martin
85bec8a08b rust: add step6_file 2015-01-06 21:58:58 -06:00
Joel Martin
2ee5367b95 rust: add step5_tco 2015-01-06 21:58:58 -06:00
Joel Martin
0a4d62f2f8 rust: add step4_if_fn_do 2015-01-06 21:58:57 -06:00
Joel Martin
8f5b0f1040 Rust: add step3_env 2015-01-06 21:58:57 -06:00
Joel Martin
0ab374bc26 rust: add step2_eval. 2015-01-06 21:58:57 -06:00
Joel Martin
abdd56ebc0 Rust: step0_repl and step1_read_print 2015-01-06 21:58:35 -06:00