LR1 grammar HTML, generated by LRSTAR from Compilerware.
   0        G
       0     -> S... <eof> 
   1        S
       1     -> c A1 t ';' 
       2     -> c A2 n ';' 
       3     -> r A2 t ';' 
       4     -> r A1 n ';' 
   2        A1
       5     -> a 
   3        A2
       6     -> a 
   4        S...
       7     -> S 
       8     -> S... S 
            End of LR1 grammar listing.