Changing ASTNode Array to use generic Array implementation #6
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
What ?
Currently the way that the project manages arrays is using a regular implementation that manages AST nodes specifically, it would be better that, like the arenas that were implemented, could manage any type of data.
How?
It will be just like arena, i will make another separate repo with a generic array implementation and shit, there i will make tests and this way i can ensure it remains reusable for other projects that i might need it for.
feature-AST-using-arenato feature-AST-using-arenafeature-AST-using-arenato feature-AST-using-arena