/[bison]/bison/doc/bison.info-1
ViewVC logotype

Diff of /bison/doc/bison.info-1

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.7.2.18 by akim, Mon Nov 12 09:19:48 2001 UTC revision 1.7.2.19 by akim, Mon Nov 12 09:20:35 2001 UTC
# Line 709  matter of lexicography, not grammar.) Line 709  matter of lexicography, not grammar.)
709     Here is a simple C function subdivided into tokens:     Here is a simple C function subdivided into tokens:
710    
711       int             /* keyword `int' */       int             /* keyword `int' */
712       square (x)      /* identifier, open-paren, */       square (int x)  /* identifier, open-paren, identifier,
713                       /* identifier, close-paren */                          identifier, close-paren */
           int x;     /* keyword `int', identifier, semicolon */  
714       {               /* open-brace */       {               /* open-brace */
715         return x * x; /* keyword `return', identifier, */         return x * x; /* keyword `return', identifier, asterisk,
716                       /* asterisk, identifier, semicolon */                          identifier, semicolon */
717       }               /* close-brace */       }               /* close-brace */
718    
719     The syntactic groupings of C include the expression, the statement,     The syntactic groupings of C include the expression, the statement,

Legend:
Removed from v.1.7.2.18  
changed lines
  Added in v.1.7.2.19

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26