X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/166366b28f579dfb991f8f6fca323847bcc1eb65..4b7a4c1b1c8c18e9ad2517c117442b9b7d7e671a:/src/ielr.h?ds=sidebyside 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);