Implement generateNameBest #56

Closed
opened 2022-12-16 17:22:46 +00:00 by deavmi · 1 comment
Owner

generateNameBest(Entity)

We should implement this fr no cap. No need for it to take in a container, it should just parentOf() till it gets null at the top (in this case hitting Module).

Implementation

Search for top-most container, then simply call generateName(topMostContainer, entity). This is a clean implementation.

## `generateNameBest(Entity)` We should implement this fr no cap. No need for it to take in a container, it should just `parentOf()` till it gets null at the top (in this case hitting `Module`). ### Implementation Search for top-most container, then simply call `generateName(topMostContainer, entity)`. This is a clean implementation.
deavmi added a new dependency 2022-12-16 17:24:57 +00:00
deavmi added reference vardec_varass_dependency 2022-12-16 17:26:45 +00:00
deavmi added the
qol
resolution
labels 2022-12-16 17:27:02 +00:00
deavmi added this to the Dependency tree, type-checking and codegen project 2022-12-16 17:27:09 +00:00
deavmi self-assigned this 2022-12-16 17:27:14 +00:00
Author
Owner

Implemented with commit ddea68a73db645d85c5ddb7a46001426a4dc8c70 on varass_vardec_dependency branch

Implemented with commit `ddea68a73db645d85c5ddb7a46001426a4dc8c70` on `varass_vardec_dependency` branch
Sign in to join this conversation.
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Reference: tlang/tlang#56
No description provided.