aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJoel Martin <github@martintribe.org>2014-10-27 18:13:45 -0500
committerJoel Martin <github@martintribe.org>2015-01-06 21:58:59 -0600
commita77e2b31de9d1c1f5767e6bff56062f8b3c71211 (patch)
tree1dcf0de2c407510aee4fac2ac5a8dfef7b63c963 /docs
parent4ee7c0f2970accc0f49eeac7fb2a0359b159c8ae (diff)
downloadmal-a77e2b31de9d1c1f5767e6bff56062f8b3c71211.tar.gz
mal-a77e2b31de9d1c1f5767e6bff56062f8b3c71211.zip
rust: add step8_macros
Diffstat (limited to 'docs')
-rw-r--r--docs/step_notes.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/step_notes.txt b/docs/step_notes.txt
index 26c335e..84962b9 100644
--- a/docs/step_notes.txt
+++ b/docs/step_notes.txt
@@ -307,10 +307,10 @@ Step Notes:
- Details:
- cp step6_file.EXT to step6_quote.EXT
- if compiled update Makefile
- - add is_pair and quasiquote
- - add quote and quasiquote cases to EVAL
- implement reader macros (', `, ~, ~@) in reader
- retest make test^go^step1
+ - add is_pair and quasiquote
+ - add quote and quasiquote cases to EVAL
- implement cons and concat in core.EXT
- retest test^go^step7
@@ -336,7 +336,7 @@ Step Notes:
- call macroexpand on ast before apply in EVAL
- add defmacro! and macroexpand to EVAL switch
- make test^go^step8 should pass some basic macros
- - add first, rest and nth to core.ns
+ - add nth, first, and rest to core.ns
- make test^go^step8 should now pass
- stepA_try