parser: fix docs typo.
parent
4b8e983f7d
commit
47ae304ff7
|
@ -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: }
|
||||
|
|
Loading…
Reference in New Issue