Setup Scala

This commit is contained in:
Paul-Henri Froidmont 2023-12-04 08:02:51 +01:00
parent 8dec7591dd
commit 13a8e74189
Signed by: phfroidmont
GPG key ID: BE948AFD7E7873BE
37 changed files with 290 additions and 187 deletions

View file

@ -1,12 +0,0 @@
(rule
(target all.ml)
(deps
(:problem_files
(glob_files "./problem*{[!r][!e].ml,.re}"))
(:generator generator/gen.exe))
(action
(run %{generator} %{target} %{problem_files})))
(library
(name problems)
(libraries problem import str))