compil-petitrust:Rust编译器-编程语言和编译-ENS

时间:2024-06-02 19:38:14
【文件属性】:

文件名称:compil-petitrust:Rust编译器-编程语言和编译-ENS

文件大小:22KB

文件格式:ZIP

更新时间:2024-06-02 19:38:14

OCaml

编译项目:小锈 日期:2018年1月10日 用 usage: prustc [options] options include: --parse-only stop after parsing --type-only stop after typing --no-asm stop after borrow checking -o specify output file name --help Display this help message Petit Rust的此编译器(以下称为prustc )只需使用make命令进行编译。 另外, make clean命令允许您清除编译生成的文件(包括可执行文件)。 执行过程分为五个步骤,每个步骤都在一个单独的文件中实现: 解析(lexer.mll,parser.mly)


【文件预览】:
compil-petitrust-master
----lexer.mll(2KB)
----parser.mly(5KB)
----typed_ast.mli(2KB)
----x86_64.ml(8KB)
----typer.ml(16KB)
----README.md(4KB)
----Makefile(125B)
----compiler.ml(7KB)
----ast.mli(1KB)
----precompiler.ml(4KB)
----x86_64.mli(10KB)
----main.ml(2KB)
----borrow_checker.ml(8KB)
----precompiled_ast.mli(1KB)

网友评论