Diff for /gforth/vmgen-ex/mini.y between versions 1.1 and 1.2

version 1.1, 2001/04/29 11:28:24 version 1.2, 2001/04/29 11:48:21
Line 126  term: '(' expr ')' Line 126  term: '(' expr ')'
     | NUM                { gen_lit(&vmcodep, $1); }      | NUM                { gen_lit(&vmcodep, $1); }
     ;      ;
   
 /* missing: argument counting and checking against calling function */  /* missing: argument counting and checking against called function */
 args: expr ',' args  args: expr ',' args
     | expr       | expr 
     | ;      | ;

Removed from v.1.1  
changed lines
  Added in v.1.2


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>