(ocamllex lexer)

(menhir
 (flags --explain --inspection --table)
 (modules parser))

(executable
 (name fun)
 (ocamlopt_flags :standard)
 (libraries menhirLib)
)