ocamllex scanner.mll
sleep 1
ocamlyacc parser.mly
sleep 1
ocamlc -c ast.ml
sleep 1
ocamlc -c parser.mli
sleep 1
ocamlc -c scanner.ml
sleep 1
ocamlc -c parser.ml
sleep 1
ocamlc -c gaq.ml
sleep 1
ocamlc -o gaq parser.cmo scanner.cmo ast.cmo gaq.cmo