aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJoel Martin <github@martintribe.org>2014-03-29 15:56:20 -0500
committerJoel Martin <github@martintribe.org>2014-03-29 15:56:20 -0500
commit1b4a9012c540309ebe26b6ffff80ad44f15530d9 (patch)
treeda344787d4434ad5ebdae976958a5c5537ea601d /docs
parent60154d24a87ed9f3fa315870a32590a371e309d3 (diff)
downloadmal-1b4a9012c540309ebe26b6ffff80ad44f15530d9.tar.gz
mal-1b4a9012c540309ebe26b6ffff80ad44f15530d9.zip
PS: minimal step1_read_print
Diffstat (limited to 'docs')
-rw-r--r--docs/step_notes.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/step_notes.txt b/docs/step_notes.txt
index 768167d..703d855 100644
--- a/docs/step_notes.txt
+++ b/docs/step_notes.txt
@@ -23,7 +23,7 @@ Step Notes:
- reader module:
- stateful reader object
- alternative: mutate token list
- - tokenize (use regex if available)
+ - tokenize (if regex available)
- standard regex pattern: "/[\s,]*(~@|[\[\]{}()'`~^@]|\"(?:\\.|[^\\\"])*\"|;.*|[^\s\[\]{}('\"`,;)]*)/"
- read_str
- read_form(new Reader(tokenize(str)))