-
Notifications
You must be signed in to change notification settings - Fork 17
Open
Labels
class::featureA feature to be implemented for some part of the softwareA feature to be implemented for some part of the softwareclass::improvementCleanup that doesn't affect functionalityCleanup that doesn't affect functionalityclass::performancePerformance related issuesPerformance related issues
Description
Motivation
As the code for searching through the AST grows increasingly complex with each additional function or class, the search process needs to be generalized. This will improve maintainability, reduce code duplication, and simplify adding new bindings in the future.
Enhancement description
Create a unified approach where any functions and classes are registered in a dictionary, from which the bindings can then be automatically generated.
Additional context
No response
Checklist
- Linked to project
- Linked to branch
Metadata
Metadata
Assignees
Labels
class::featureA feature to be implemented for some part of the softwareA feature to be implemented for some part of the softwareclass::improvementCleanup that doesn't affect functionalityCleanup that doesn't affect functionalityclass::performancePerformance related issuesPerformance related issues
Type
Projects
Status
🏗 Development