Merge pull request #1 from PuercoPop/patch-1

(parser-tools.scribl): Typo
tokens
Sam Tobin-Hochstadt 9 years ago
commit 8d101fecf6

@ -446,8 +446,8 @@ The same as @racket[(complement re ...)].})))
Each @racket[_action-expr] in a @racket[lexer] form can produce any
kind of value, but for many purposes, producing a @deftech{token}
value is useful. Tokens are usually necessary for inter-operating with
a parser generated by @racket[parser-tools/parser], but tokens not be
the right choice when using @racket[lexer] in other situations.
a parser generated by @racket[parser-tools/parser], but tokens may not
be the right choice when using @racket[lexer] in other situations.
@defform[(define-tokens group-id (token-id ...))]{

Loading…
Cancel
Save