(executable
 (name main)
 (modules ast dag parser lexer regalloc main))

(ocamllex lexer)

(menhir
 (modules parser))
