Skip to content

Split rustc into libraries #560

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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