rescript:[PoC] Rescript是ReasonML的脚本运行时

时间:2024-06-03 18:30:05
【文件属性】:

文件名称:rescript:[PoC] Rescript是ReasonML的脚本运行时

文件大小:7KB

文件格式:ZIP

更新时间:2024-06-03 18:30:05

OCaml

诏书 这是概念证明质量,请不要使用,如果需要帮助,请参阅下面的TODO Rescript是ReasonML的脚本运行时。 Rescript允许使用ReasonML编写可执行程序,指定外部依赖项,然后将其无缝编译为有效的本机代码。 安装 用法 创建文件lib.ml : let hello name = "Hello, " ^ name ^ "!" 还有另一个文件hello.ml : module Lib = [%import "./lib.ml"] let () = print_endline (Lib.hello "World") 现在,您可以使用以下命令运行它: % rescript ./hello.ml 它将编译依赖关系并运行它。 发展 % esy build % esy x rescript ./example/hello.ml 去做 用refmt处理*.re 弄清


【文件预览】:
rescript-master
----jbuild-ignore(13B)
----.gitignore(145B)
----README.md(998B)
----rescript.opam(0B)
----bin()
--------jbuild(178B)
--------rescript.ml(5KB)
----package.json(1KB)
----rescript.ppx()
--------jbuild(189B)
--------bin()
--------rescript_ppx_import.ml(912B)
----example()
--------hello.ml(97B)
--------lib.ml(40B)
----.travis.yml(160B)
----Makefile(100B)
----rescript.install(1KB)

网友评论