兔子:the兔子语言规范参考实现的存储库

时间:2024-02-28 13:58:42
【文件属性】:

文件名称:兔子:the兔子语言规范参考实现的存储库

文件大小:11KB

文件格式:ZIP

更新时间:2024-02-28 13:58:42

vm interpreter compiler virtual-machine implementation

兔子的实施 Bunny编程语言的参考实现。 该存储库包含编译器和核心语言。 您可以查看或访问以获得该语言的高级概述。 发展历程 参考实现用编写。 首先,您需要安装和编译器。 $ sh <( curl -sL https://raw.githubusercontent.com/ocaml/opam/master/shell/install.sh ) # install opam $ opam init # initialize opam $ eval ` opam env ` # set environment variables in current shell $ opam switch create 4.11.1 # install version 4.11.1 of the OCaml compiler $ ocaml -version # confirm that t


【文件预览】:
bunny-main
----.ocamlformat(13B)
----lib()
--------dune(24B)
--------virtual_machine.ml(370B)
--------version.ml(502B)
--------compiler.ml(705B)
--------reader.ml(620B)
----dune-project(29B)
----LICENSE(16KB)
----test()
--------dune(21B)
--------bunny.ml(0B)
----README.md(1KB)
----bunny.opam(0B)
----.gitignore(293B)
----bin()
--------dune(66B)
--------main.ml(2KB)

网友评论