X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/1462fcee1ed295b24f47758b370068aa6304bb41..ecbca7db4b65178157d09e658fa759d0d9b79a52:/src/ielr.h diff --git a/src/ielr.h b/src/ielr.h index 2dc5defb..668b67e9 100644 --- a/src/ielr.h +++ b/src/ielr.h @@ -26,8 +26,8 @@ /** * \pre - * - \c ::states is of size \c ::nstates and defines an LALR(1) parser for - * the users's grammar. + * - \c ::states is of size \c ::nstates and defines an LR(0) parser + * for the users's grammar. * - \c ::ntokens is the number of tokens in the grammar. * \post * - \c ::states is of size \c ::nstates (which might be greater than