diff options
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/step_notes.txt | 10 |
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: |
