aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJoel Martin <github@martintribe.org>2014-03-30 22:39:44 -0500
committerJoel Martin <github@martintribe.org>2014-03-30 22:39:44 -0500
commit8e7e339db8060f95d27694b93b8d4d648d13c083 (patch)
tree53aeff225a82a2256970140d8792a8f5ed3d6fb8 /docs
parent54c75382653d1bd4da7628c04aa9382af8add912 (diff)
downloadmal-8e7e339db8060f95d27694b93b8d4d648d13c083.tar.gz
mal-8e7e339db8060f95d27694b93b8d4d648d13c083.zip
PS: add step7_quote
Diffstat (limited to 'docs')
-rw-r--r--docs/step_notes.txt10
1 files changed, 5 insertions, 5 deletions
diff --git a/docs/step_notes.txt b/docs/step_notes.txt
index 840d0c8..4947edf 100644
--- a/docs/step_notes.txt
+++ b/docs/step_notes.txt
@@ -138,16 +138,16 @@ Step Notes:
- if files on command line, use load-file to run
- step7_quote
- - reader module:
- - add reader macros to read_form for quote, unquote,
- splice-unquote and quasiquote
- - types module:
- - add cons and concat functions
- add is_pair and quasiquote functions
- rewrite ast using cons/concat functions
- if vectors, use sequential? instead of list? in is_pair
- EVAL:
- add 'quote', 'quasiquote' cases
+ - types module:
+ - add cons and concat functions
+ - reader module:
+ - add reader macros to read_form for quote, unquote,
+ splice-unquote and quasiquote
- step8_macros
- types module: