malfunction
malfunction copied to clipboard
Malfunctional Programming
The current check implemented to verify that recursive bindings are correct is, I think, too simplistic. It currently only accepts immediate functions or lazy, already at parsing time: https://github.com/stedolan/malfunction/blob/4227093923bfa917565c5194c9ebd586415bdadf/src/malfunction_parser.ml#L110 According...
malfunction currently fails with the following error on OCaml 5.2: ``` #=== ERROR while compiling malfunction.0.5 ====================================# # context 2.2.0~beta2~dev | linux/x86_64 | ocaml-variants.5.2.0+trunk | file:///home/opam/opam-repository # path ~/.opam/5.2/.opam-switch/build/malfunction.0.5 #...
Is it possible to use malfunction to compile a .mlf file to OCaml byte code?
Adds `malfunction cmo foo.mlf` to compile malfunction files to OCaml bytecode `cmo` files, for later linking with `ocamlc`. Try with: ``` opam pin add malfunction https://github.com/stedolan/malfunction.git#bytecode-compilation malfunction cmo program.mlf ocamlc...
malfunction currently fails to build with the upcoming OCaml 5.3: ``` #=== ERROR while compiling malfunction.0.6 ====================================# # context 2.3.0~alpha~dev | linux/x86_64 | ocaml-variants.5.3.0+trunk | file:///home/opam/opam-repository # path ~/.opam/5.3/.opam-switch/build/malfunction.0.6 #...