PS: add vector, hash-map, atoms and metadata.
authorJoel Martin <github@martintribe.org>
Sun, 6 Apr 2014 20:23:40 +0000 (15:23 -0500)
committerJoel Martin <github@martintribe.org>
Sun, 6 Apr 2014 20:23:40 +0000 (15:23 -0500)
commit5ce65382cf4bdece30e9dee3f7765b698bd375e9
tree454089f5d1ea4ff1a2d78cf00e5c23397cac3065
parentea81a8087bcd7953b083a2be9db447f75e7ebf56
PS: add vector, hash-map, atoms and metadata.

As part of this lists switch from being a postscript array to being
a mal boxed type (dictionary with type in the /_maltype_ key).
16 files changed:
docs/TODO
ps/core.ps
ps/env.ps [new file with mode: 0644]
ps/printer.ps
ps/reader.ps
ps/step2_eval.ps
ps/step3_env.ps
ps/step4_if_fn_do.ps
ps/step5_tco.ps
ps/step6_file.ps
ps/step7_quote.ps
ps/step8_macros.ps
ps/step9_interop.ps
ps/stepA_more.ps
ps/types.ps
tests/stepA_more.mal