-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationenhancementNew feature or requestNew feature or request
Description
Currently, mplang consists of several core components:
- mplang frontend: Responsible for compiling source code into mpir format, should have minimal and independent dependencies.
- mplang runtime: A reference implementation for running mpir, also requires minimal independent dependencies.
- Development and example dependencies: For development and usage examples, separate from core components.
Proposal:
- Refactor the pyproject file to modularize dependencies for frontend and runtime, ensuring each part has its own explicit dependency section.
- Clarify and document the separation in the repository, increasing maintainability and transparency.
- Clearly distinguish between core, dev, and example dependencies in pyproject.
This will help contributors and users to better understand and maintain each part of mplang.
Metadata
Metadata
Assignees
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationenhancementNew feature or requestNew feature or request