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 摘要。