mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-22 18:53:04 +00:00
spelling: grammar
This commit is contained in:
committed by
Akim Demaille
parent
ad15cd977a
commit
2645ee3519
@@ -8796,7 +8796,7 @@
|
|||||||
2006-12-13 Paul Eggert <eggert@cs.ucla.edu>
|
2006-12-13 Paul Eggert <eggert@cs.ucla.edu>
|
||||||
|
|
||||||
* TODO: Add pointer to Sylvain Schmitz's work on static detection
|
* TODO: Add pointer to Sylvain Schmitz's work on static detection
|
||||||
of potential ambiguities in GLR grammers.
|
of potential ambiguities in GLR grammars.
|
||||||
|
|
||||||
2006-12-12 Joel E. Denny <jdenny@ces.clemson.edu>
|
2006-12-12 Joel E. Denny <jdenny@ces.clemson.edu>
|
||||||
|
|
||||||
|
|||||||
@@ -68,7 +68,7 @@ typedef enum
|
|||||||
undeclared,
|
undeclared,
|
||||||
/** Used by %destructor/%printer but not defined (warning). */
|
/** Used by %destructor/%printer but not defined (warning). */
|
||||||
used,
|
used,
|
||||||
/** Used in the gramar (rules) but not defined (error). */
|
/** Used in the grammar (rules) but not defined (error). */
|
||||||
needed,
|
needed,
|
||||||
/** Defined with %type or %token (good). */
|
/** Defined with %type or %token (good). */
|
||||||
declared,
|
declared,
|
||||||
|
|||||||
Reference in New Issue
Block a user