IELR grammar HTML, generated by LRSTAR from Compilerware.
   0        G
       0     -> S... <eof> 
   1        S
       1     -> a A a ';' 
       2     -> b A b ';' 
   2        A
       3     -> a 
       4     -> a a 
   3        S...
       5     -> S 
       6     -> S... S 
            End of IELR grammar listing.