Skip to content

Split rustc into libraries #560

Closed
Closed
@brson

Description

@brson

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

No one assigned

    Labels

    C-cleanupCategory: PRs that clean code up or issues documenting cleanup.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions