mattwparas / steel

An embedded scheme interpreter in Rust
Apache License 2.0
1.07k stars 50 forks source link

Add make-string primitive, enable associated test cases #116

Closed duttakapil closed 8 months ago

duttakapil commented 9 months ago

I have added the make-string primitive, as discussed in https://github.com/mattwparas/steel/issues/114

I have enabled the skipped tests in cogs/r5rs.scm as well and also added a few new test cases

Please let me know if this is good enough

mattwparas commented 9 months ago

This looks good - do you mind rebasing with the latest changes from master? Otherwise this test will fail