diff options
author | bnewbold <bnewbold@robocracy.org> | 2016-04-22 16:20:39 -0400 |
---|---|---|
committer | bnewbold <bnewbold@robocracy.org> | 2016-04-22 16:20:41 -0400 |
commit | 658aff19d7f95558e983a64ced92d71cea83edb8 (patch) | |
tree | 6bb4e1876d421fe57e2031a2b9400c43107becec /rust/.gitignore | |
parent | 115ba20ce23d5917b5b88384c53509fd04a96512 (diff) | |
download | spectrum-658aff19d7f95558e983a64ced92d71cea83edb8.tar.gz spectrum-658aff19d7f95558e983a64ced92d71cea83edb8.zip |
rust: cleanups; parse returns a vec
Instead of parse returning a SchemeExpression (which might be a
SchemeList), return a Vec.
Diffstat (limited to 'rust/.gitignore')
-rw-r--r-- | rust/.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/rust/.gitignore b/rust/.gitignore new file mode 100644 index 0000000..512854d --- /dev/null +++ b/rust/.gitignore @@ -0,0 +1 @@ +spectrum |