feat: lift runtime into language, start of zelus 2024 compatibility
This commit is contained in:
parent
dc8d941b84
commit
ffc583985a
37 changed files with 1154 additions and 143 deletions
17
exm/zelus/cradle/dune
Normal file
17
exm/zelus/cradle/dune
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
(env
|
||||
(dev
|
||||
(flags
|
||||
(:standard -w -a))))
|
||||
|
||||
(rule
|
||||
(targets cradle.ml cradle.zci format.zci)
|
||||
(deps
|
||||
(:zl cradle.zls)
|
||||
(:zli format.zli))
|
||||
(action
|
||||
(run zeluc %{zli} %{zl})))
|
||||
|
||||
(executable
|
||||
(public_name cradle.exe)
|
||||
(name main)
|
||||
(libraries std))
|
||||
Loading…
Add table
Add a link
Reference in a new issue