0xMiden / 0xMiden/compiler

Move compiler crates to crates directory

Open
#459 0 comments 2 reactions 0 assignees View on GitHub
build
Dominant language
Rust
Stars
115
Forks
84
Avg merge
1d 8h
Merged PRs (30d)
15

Description

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

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.