: install APL
as ax.s;mv a.out ax.o
yacc apl.y
cc -f -n -O a?.c y.tab.c ax.o
mv a.out apl
