matlab: add keyword, vector, hash-map support.
authorJoel Martin <github@martintribe.org>
Tue, 10 Feb 2015 05:20:23 +0000 (23:20 -0600)
committerJoel Martin <github@martintribe.org>
Tue, 10 Feb 2015 07:46:17 +0000 (01:46 -0600)
commit6a572dff25a95f460d1b3c1b259c7a0a1f10c2d0
treee680af55f0b6b02eaf86fb7a5a384b9b364c6942
parent7f567f36457b937c36345becdb7c1101566dcdf3
matlab: add keyword, vector, hash-map support.

Switch List to full object like vector and hash-map.
18 files changed:
matlab/+types/HashMap.m [new file with mode: 0644]
matlab/+types/List.m [new file with mode: 0644]
matlab/+types/Vector.m [new file with mode: 0644]
matlab/Env.m
matlab/Makefile
matlab/core.m
matlab/printer.m
matlab/reader.m
matlab/step2_eval.m
matlab/step3_env.m
matlab/step4_if_fn_do.m
matlab/step5_tco.m
matlab/step6_file.m
matlab/step7_quote.m
matlab/step8_macros.m
matlab/step9_try.m
matlab/stepA_interop.m
matlab/types.m