fix docs to explain group-id in yacc

svn: r14062

original commit: 017eb444b435a748b46da78d302b09c115d038c2
tokens
Matthew Flatt 15 years ago
commit 42c6c37b60

@ -552,7 +552,8 @@ the right choice when using @scheme[lexer] in other situations.
@item{@scheme[(tokens group-id ...)]
Declares that all of the tokens defined in each
@scheme[group-id] can be used by the parser in the
@scheme[group-id]---as bound by @scheme[define-tokens] or
@scheme[define-empty-tokens]---can be used by the parser in the
@scheme[grammar] declaration.}

Loading…
Cancel
Save