parser: fix docs typo.

locals-and-roots
John Benediktsson 2016-03-16 12:36:08 -07:00
parent 4b8e983f7d
commit 47ae304ff7
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ ARTICLE: "defining-words" "Defining words"
"There are additional parsing words whose syntax is delimited by " { $link POSTPONE: ; } ", and they are all implemented by calling " { $link parse-definition } "." ;
ARTICLE: "parsing-tokens" "Parsing raw tokens"
"So far we have seen how to read individual tokens, or read a of parsed objects until a delimiter. It is also possible to read raw tokens from the input and perform custom processing."
"So far we have seen how to read individual tokens, or read a sequence of parsed objects until a delimiter. It is also possible to read raw tokens from the input and perform custom processing."
$nl
"One example is the " { $link POSTPONE: USING: } " parsing word."
{ $see POSTPONE: USING: }