/[cuyo]/cuyo/src/parser.yy
ViewVC logotype

Diff of /cuyo/src/parser.yy

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

revision 1.50 by caeles, Sun Nov 27 18:59:27 2005 UTC revision 1.51 by caeles, Tue Nov 29 20:35:51 2005 UTC
# Line 524  auswahl_liste: ausdruck PFEIL_TOK code_1 Line 524  auswahl_liste: ausdruck PFEIL_TOK code_1
524    
525    
526    
527  wort: WORT_TOK  wort: WORT_TOK     { $$ = $1; }
528    | REINWORT_TOK    | REINWORT_TOK   { $$ = $1; }
529  ;  ;
530    
531    
# Line 651  ort: Line 651  ort:
651    
652    
653    
654  zahl: ZAHL_TOK   { $$ = $1; }  zahl: ZAHL_TOK      { $$ = $1; }
655     | NULLEINS_TOK   { $$ = $1; }     | NULLEINS_TOK   { $$ = $1; }
656  ;  ;
657    

Legend:
Removed from v.1.50  
changed lines
  Added in v.1.51

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