]> git.saurik.com Git - bison.git/blobdiff - doc/bison.texinfo
identifiers: dashes are letters.
[bison.git] / doc / bison.texinfo
index 30b699957ae0e43ccf4ab5962b61c11f0a3e9d22..b09cf842a8ff22cf3f4e04fd07fd49bb52577683 100644 (file)
@@ -3050,8 +3050,8 @@ A @dfn{nonterminal symbol} stands for a class of syntactically
 equivalent groupings.  The symbol name is used in writing grammar rules.
 By convention, it should be all lower case.
 
-Symbol names can contain letters, underscores, period, and (not at the
-beginning) digits and dashes.  Dashes in symbol names are a GNU
+Symbol names can contain letters, underscores, periods, dashes, and (not
+at the beginning) digits.  Dashes in symbol names are a GNU
 extension, incompatible with @acronym{POSIX} Yacc.  Terminal symbols
 that contain periods or dashes make little sense: since they are not
 valid symbols (in most programming languages) they are not exported as