X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/4413bbd3d1689a23f441cbdca898b99d802bb6d6..6ba9640406758718fdcfb7a1154e58ce4d9b196c:/src/ielr.h diff --git a/src/ielr.h b/src/ielr.h index 27b3a445..feab49a8 100644 --- a/src/ielr.h +++ b/src/ielr.h @@ -33,9 +33,9 @@ * - \c ::states is of size \c ::nstates (which might be greater than * ::nstates \@pre) and defines the type of parser specified by * the value of the \c \%define variable \c lr.type. Its value can be: - * - \c "LALR". - * - \c "IELR". - * - \c "canonical LR". + * - \c "lalr". + * - \c "ielr". + * - \c "canonical-lr". */ void ielr (void);