]> git.saurik.com Git - bison.git/blobdiff - src/ielr.h
doc: prefer "token" to TOKEN
[bison.git] / src / ielr.h
index feab49a8d644ad1e5e1a4d6351a7041da68aec25..7b2238060fed90c95a2e3b5636123d874d741c7c 100644 (file)
@@ -1,6 +1,6 @@
 /* IELR main implementation.
 
 /* IELR main implementation.
 
-   Copyright (C) 2009 Free Software Foundation, Inc.
+   Copyright (C) 2009-2012 Free Software Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
 
 
    This file is part of Bison, the GNU Compiler Compiler.
 
@@ -26,8 +26,8 @@
 
 /**
  * \pre
 
 /**
  * \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
  *   - \c ::ntokens is the number of tokens in the grammar.
  * \post
  *   - \c ::states is of size \c ::nstates (which might be greater than