menhir-lang

所属分类:编译器/解释器
开发工具:Rust
文件大小:131KB
下载次数:0
上传日期:2023-04-17 10:37:00
上 传 者sh-1993
说明:  使用llvm创建玩具编程语言的实验
(Experiments with llvm to create a toy programming language)

文件列表:
.travis.yml (933, 2023-04-17)
Cargo.toml (422, 2023-04-17)
LICENSE (1075, 2023-04-17)
clippy.toml (68, 2023-04-17)
doc (0, 2023-04-17)
doc\language-design.md (814, 2023-04-17)
run_compiler_tests.sh (1194, 2023-04-17)
rustfmt.toml (51, 2023-04-17)
setup-env.sh (63, 2023-04-17)
src (0, 2023-04-17)
src\ast (0, 2023-04-17)
src\ast\arrays.rs (798, 2023-04-17)
src\ast\assign.rs (2075, 2023-04-17)
src\ast\bindings.rs (2748, 2023-04-17)
src\ast\block.rs (404, 2023-04-17)
src\ast\call.rs (1083, 2023-04-17)
src\ast\compilercall.rs (1135, 2023-04-17)
src\ast\expression.rs (18924, 2023-04-17)
src\ast\function.rs (3858, 2023-04-17)
src\ast\heap.rs (2407, 2023-04-17)
src\ast\ifexpression.rs (1286, 2023-04-17)
src\ast\import.rs (3012, 2023-04-17)
src\ast\indexoperation.rs (854, 2023-04-17)
src\ast\interface.rs (709, 2023-04-17)
src\ast\lambda.rs (2495, 2023-04-17)
src\ast\literal.rs (5072, 2023-04-17)
src\ast\loops.rs (1469, 2023-04-17)
src\ast\matchexpression.rs (1291, 2023-04-17)
src\ast\memberaccess.rs (1870, 2023-04-17)
src\ast\mod.rs (1583, 2023-04-17)
src\ast\module.rs (4128, 2023-04-17)
src\ast\nameref.rs (596, 2023-04-17)
src\ast\operations.rs (1623, 2023-04-17)
src\ast\operator.rs (2444, 2023-04-17)
src\ast\pattern.rs (3910, 2023-04-17)
src\ast\structs.rs (2227, 2023-04-17)
src\ast\sumtype.rs (1451, 2023-04-17)
... ...

# menhir-lang [![Build Status](https://travis-ci.org/GeorgeKT/menhir-lang.svg?branch=master)](https://travis-ci.org/GeorgeKT/menhir-lang) Experiments with llvm to create a toy programming language Not really useful at the moment.

近期下载者

相关文件


收藏者