/[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.47 by caeles, Thu Nov 24 21:30:43 2005 UTC revision 1.48 by caeles, Sat Nov 26 21:29:52 2005 UTC
# Line 484  zuweisungs_operator: '=' { $$ = set_code Line 484  zuweisungs_operator: '=' { $$ = set_code
484    | MOD_TOK              { $$ = mod_code; }    | MOD_TOK              { $$ = mod_code; }
485  ;  ;
486    
487  /* * oder *@(x,y) */  /* * oder *@(x,y) oder @(x,y)* */
488  stern_at: '*'             { $$ = newCode0(mal_code); }  stern_at: '*'             { $$ = newCode0(mal_code); }
489    | '*' '@' '(' zahl_oder_halbzahl ',' zahl_oder_halbzahl ')'    {    | '*' '@' '(' zahl_oder_halbzahl ',' zahl_oder_halbzahl ')'    {
490        $$ = newCode3(mal_code_relativ, $4, $6, 1);        $$ = newCode3(mal_code_relativ, $4, $6, 1);

Legend:
Removed from v.1.47  
changed lines
  Added in v.1.48

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