TyOverby / ares

A Lisp made for easy integration with Rust.
9 stars 1 forks source link

Add array and dictionary literals #10

Closed TyOverby closed 9 years ago

TyOverby commented 9 years ago

Arrays have syntax [a b c d]

Dictionaries have syntax {k1 v1 k2 v2}

TyOverby commented 9 years ago

Excelent! I think we can close this now? Or do you have more work to do?

bwo commented 9 years ago

oh, I thought the issue would be closed when the PR was merged. :/ Excluding lists and maps as keys isn't in yet but I think it's ok for that to be separate.

TyOverby commented 9 years ago

That sounds reasonable.

I think github closes issues if you explicitly write "closes #10" in the commit.