aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
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