This repository has been archived on 2024-01-18. You can view files and clone it, but cannot push or open issues or pull requests.
compilation/tp/tp-reduce-reduce/functions-multiple-arguments/dune
2023-10-23 16:00:15 +02:00

11 lines
No EOL
162 B
Text

(ocamllex lexer)
(menhir
(flags --explain --inspection --table)
(modules parser))
(executable
(name fun)
(ocamlopt_flags :standard)
(libraries menhirLib)
)