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