diff --git a/collects/parser-tools/parser-tools.scrbl b/collects/parser-tools/parser-tools.scrbl index 04144bf..376b9eb 100644 --- a/collects/parser-tools/parser-tools.scrbl +++ b/collects/parser-tools/parser-tools.scrbl @@ -11,6 +11,8 @@ @title{@bold{Parser Tools}: @exec{lex} and @exec{yacc}-style Parsing} +@author["Scott Owens"] + This documentation assumes familiarity with @exec{lex} and @exec{yacc} style lexer and parser generators.