diff options
| author | Joel Martin <github@martintribe.org> | 2014-10-06 23:31:11 -0500 |
|---|---|---|
| committer | Joel Martin <github@martintribe.org> | 2014-10-06 23:31:11 -0500 |
| commit | aeabd2145ff133cc6991166d8f1023ed33e223c8 (patch) | |
| tree | 072243e5aab3a862c9416d533d362185d9153bb9 /docs/step_notes.txt | |
| parent | ad95503cea8ca85e9188effa87681275283157bf (diff) | |
| download | mal-aeabd2145ff133cc6991166d8f1023ed33e223c8.tar.gz mal-aeabd2145ff133cc6991166d8f1023ed33e223c8.zip | |
go: add step7_quote
Diffstat (limited to 'docs/step_notes.txt')
| -rw-r--r-- | docs/step_notes.txt | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/docs/step_notes.txt b/docs/step_notes.txt index af137d9..94665d8 100644 --- a/docs/step_notes.txt +++ b/docs/step_notes.txt @@ -300,6 +300,15 @@ Step Notes: - reader module: - add reader macros to read_form for quote, unquote, splice-unquote and quasiquote + - 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 + - implement cons and concat in core.EXT + - retest test^go^step7 - step8_macros - types |
