diff options
| author | Joel Martin <github@martintribe.org> | 2014-03-29 15:56:20 -0500 |
|---|---|---|
| committer | Joel Martin <github@martintribe.org> | 2014-03-29 15:56:20 -0500 |
| commit | 1b4a9012c540309ebe26b6ffff80ad44f15530d9 (patch) | |
| tree | da344787d4434ad5ebdae976958a5c5537ea601d /docs | |
| parent | 60154d24a87ed9f3fa315870a32590a371e309d3 (diff) | |
| download | mal-1b4a9012c540309ebe26b6ffff80ad44f15530d9.tar.gz mal-1b4a9012c540309ebe26b6ffff80ad44f15530d9.zip | |
PS: minimal step1_read_print
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/step_notes.txt | 2 |
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))) |
