1
1
mirror of https://github.com/kanaka/mal.git synced 2024-09-19 17:47:53 +03:00
mal/ps
Joel Martin 5ce65382cf 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).
2014-04-06 15:23:40 -05:00
..
core.ps PS: add vector, hash-map, atoms and metadata. 2014-04-06 15:23:40 -05:00
env.ps PS: add vector, hash-map, atoms and metadata. 2014-04-06 15:23:40 -05:00
Makefile All: split types into types, env, printer, core. 2014-04-02 22:23:37 -05:00
printer.ps PS: add vector, hash-map, atoms and metadata. 2014-04-06 15:23:40 -05:00
reader.ps PS: add vector, hash-map, atoms and metadata. 2014-04-06 15:23:40 -05:00
step0_repl.ps PS: add stepA_more. 2014-04-01 21:50:24 -05:00
step1_read_print.ps All: split types into types, env, printer, core. 2014-04-02 22:23:37 -05:00
step2_eval.ps PS: add vector, hash-map, atoms and metadata. 2014-04-06 15:23:40 -05:00
step3_env.ps PS: add vector, hash-map, atoms and metadata. 2014-04-06 15:23:40 -05:00
step4_if_fn_do.ps PS: add vector, hash-map, atoms and metadata. 2014-04-06 15:23:40 -05:00
step5_tco.ps PS: add vector, hash-map, atoms and metadata. 2014-04-06 15:23:40 -05:00
step6_file.ps PS: add vector, hash-map, atoms and metadata. 2014-04-06 15:23:40 -05:00
step7_quote.ps PS: add vector, hash-map, atoms and metadata. 2014-04-06 15:23:40 -05:00
step8_macros.ps PS: add vector, hash-map, atoms and metadata. 2014-04-06 15:23:40 -05:00
step9_interop.ps PS: add vector, hash-map, atoms and metadata. 2014-04-06 15:23:40 -05:00
stepA_more.ps PS: add vector, hash-map, atoms and metadata. 2014-04-06 15:23:40 -05:00
types.ps PS: add vector, hash-map, atoms and metadata. 2014-04-06 15:23:40 -05:00