This repository has been archived on 2024-01-18. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
compilation/cours/cours-02/dune
Adrien Guatto abf23ab803 Cours 02
2023-09-27 18:49:08 +02:00

7 lines
130 B
Text

(executable
(name marthe)
)
(ocamllex (modules lexer))
(menhir (modules parser) (infer true) (flags --explain))