head     1.1;
access   ;
symbols  ;
locks    ;
comment  @@;


1.1
date     91.02.08.16.09.12;  author bin;  state Exp;
branches ;
next	;


desc
@initial version provided by steve ness
@



1.1
log
@Initial revision
@
text
@
yacc -prods 99 -terms 67 -nterms 27 -states 181 awk.y
cc -i -O -o awk -f *.c -lm
echo mv awk /bin
rm *.o y.tab.h y.tab.c
@
