$  Program to compile a section of the code generator

parse args: file, opt

if  opt ~= ""  then  opt  :=  "opt" opt  fi

obey "bcp bcpl." || file  "to obj." || file  opt


