From a77e2b31de9d1c1f5767e6bff56062f8b3c71211 Mon Sep 17 00:00:00 2001 From: Joel Martin Date: Mon, 27 Oct 2014 18:13:45 -0500 Subject: rust: add step8_macros --- docs/step_notes.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'docs') 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 -- cgit v1.2.3