0xMiden / 0xMiden/compiler

Move compiler crates to crates directory

オープン
#459 コメント 0 件 リアクション 2 件 担当者 0 名 GitHub で見る
build
主要言語
Rust
スター
115
フォーク
84
平均マージ
1日 8時間
マージ済み PR(30日)
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 を短くまとめたダイジェスト。