0xMiden / 0xMiden/compiler

Move compiler crates to crates directory

未关闭
#459 0 条评论 2 个 reaction 已指派 0 人 在 GitHub 查看
build
主要语言
Rust
星标
115
派生
84
平均合并
1 天 8 小时
30 天内合并 PR
15

描述

As part of #451, we want to clean up our workspace a bit, and a big step towards improving the current state of things, is to move all of the compiler implementation crates into a `crates/` directory in the project root. This would leave the root directory for global configuration, and high-level sub-projects of the compiler (e.g. integration tests, SDK, cargo-miden).

I'm aiming for more or less this:

```
compiler
|- crates
| |- codegen
| |- debug
| |- dialects
| |- eval
| |- frontend
| |- hir
| |- analysis
| |- macros
| |- symbol
| |- transform
| |- type
| |- compile
| |- driver
| |- session
|
|- docs
|
|- examples
|
|- sdk
|
|- tests
|
|- tools
| |- cargo-miden
| |- midenc
```

贡献指南

打开贡献指南

评估

这个 Issue 还没有评估数据。

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。