Add link to my Rust implementation
authorVitaly Shukela <vi0oss@gmail.com>
Fri, 9 Nov 2018 21:24:56 +0000 (00:24 +0300)
committerGitHub <noreply@github.com>
Fri, 9 Nov 2018 21:24:56 +0000 (00:24 +0300)
I assume this README serves as a wiki for collecting impls.

README.md

index ecda6eb..9e6585e 100644 (file)
--- a/README.md
+++ b/README.md
@@ -891,7 +891,10 @@ cd rust
 cargo run --release --bin stepX_YYY
 ```
 
-There is also a separate implementation in [Rust by Tim Morgan](https://github.com/seven1m/mal-rust).
+Alternative out-of-tee Rust implementations:
+
+* [by Tim Morgan](https://github.com/seven1m/mal-rust).
+* [by vi](https://github.com/vi/mal-rust-vi) - using [Pest](https://pest.rs/) grammar, not using typical Mal infrastructure (cargo-ized steps and built-in converted tests).
 
 ### Scala ###