yacc -dlv b.y
mv y.tab.h b.tab.h
mv y.tab.c bib_file.c
flex -i8fv b.l
mv lex.yy.c bib_flex.c
