CS153/hw5/lib/ll/dune

8 lines
136 B
Text
Raw Permalink Normal View History

(library
(name ll)
(modules ll llutil lllexer llparser llinterp)
(wrapped false))
(ocamllex lllexer)
(menhir (modules llparser))