Skip to content

RFC: Split current core.py #17

Description

@pfalcon

The problem is that it contains 2 different kinds of classes:

  • "Atomic"/"Simple", e.g. REG, ADDR
  • "Complex"/"Recursive", e.g. EXPR, Inst

Simple types are oftentimes imported by other modules. And complex types sometimes need services of these other modules, leading to circular imports which need to be worked around.

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

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions