0xMiden / 0xMiden/compiler

Move compiler crates to crates directory

Offen
#459 0 Kommentare 2 Reaktionen 0 zugewiesene Personen Auf GitHub ansehen
build
Vorherrschende Sprache
Rust
Sterne
115
Forks
84
Ø Merge
1 T. 8 Std.
Gemergte PRs (30 T.)
15

Beschreibung

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
```

Beitragsleitfaden

Beitragsleitfaden öffnen

Bewertung

Dieses Issue wurde noch nicht bewertet.

Neue Issues direkt in Ihr Postfach

Eine kurze Übersicht über anfängerfreundliche GitHub-Issues.