(library
 (name parser)
 (modules parser lex parse ast)
 (package ollisp))

(menhir (modules parse))
(ocamllex lex)
