Changing ASTNode Array to use generic Array implementation #6

Closed
opened 2026-04-13 10:31:00 -06:00 by laentropia · 0 comments
Owner

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.

# 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.
laentropia self-assigned this 2026-04-13 10:31:00 -06:00
laentropia added this to the Calculator project 2026-04-13 10:31:00 -06:00
laentropia moved this to In Progress in Calculator on 2026-04-13 10:31:24 -06:00
laentropia added the Kind/Enhancement
Priority
Medium
3
labels 2026-04-13 10:37:43 -06:00
laentropia added this to the First working version of calculator milestone 2026-04-13 10:37:50 -06:00
laentropia added a new dependency 2026-04-13 10:48:13 -06:00
laentropia removed a dependency 2026-04-30 10:07:54 -06:00
laentropia added reference feature-AST-using-arena 2026-04-30 10:08:24 -06:00
laentropia changed reference from feature-AST-using-arena to feature-AST-using-arena 2026-04-30 10:08:37 -06:00
laentropia changed reference from feature-AST-using-arena to feature-AST-using-arena 2026-04-30 10:08:43 -06:00
laentropia moved this to Done in Calculator on 2026-04-30 10:21:31 -06:00
Sign in to join this conversation.