Require a semicolon after a grammar declaration, in the interest of
authorPaul Eggert <eggert@cs.ucla.edu>
Wed, 14 May 2003 19:30:22 +0000 (19:30 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Wed, 14 May 2003 19:30:22 +0000 (19:30 +0000)
commit6b2584b7a2460311df0cc92bae63c5b3ad732eff
tree77f6ffdf426c879ce00f3563c0ddb494d0fd8cb0
parenteae34f44e680db6f7487e779a168480a608ac9db
Require a semicolon after a grammar declaration, in the interest of
possible future changes to the Bison input language.
Do not allow a stray semicolon at the start of the grammar.
Allow one or more semicolons after any rule, including
just before "|" as required by POSIX.
ChangeLog