-
Notifications
You must be signed in to change notification settings - Fork 13.6k
Closed
Labels
C-cleanupCategory: PRs that clean code up or issues documenting cleanup.Category: PRs that clean code up or issues documenting cleanup.
Description
Parts of rustc will need to be used outside of the compiler and splitting it up will help improve the design.
One possible division:
- front - ast, parser, pretty-printer
- middle - resolver, typechecker, typestate
- back - trans, link, etc.
creader needs to be somewhere as well. Needs more thought and discussion.
Metadata
Metadata
Assignees
Labels
C-cleanupCategory: PRs that clean code up or issues documenting cleanup.Category: PRs that clean code up or issues documenting cleanup.