Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ASTStore: Refactor #186

Open
jubnzv opened this issue Oct 18, 2024 · 0 comments
Open

ASTStore: Refactor #186

jubnzv opened this issue Oct 18, 2024 · 0 comments
Assignees
Labels
area:ir Everything related to the IR and corresponding internals enhancement New feature or request refactor
Milestone

Comments

@jubnzv
Copy link
Member

jubnzv commented Oct 18, 2024

  • Create a generic storage for all items, regardless of their kind
  • Generalize argument processing
  • Move specific functions to Tact AST utilities
  • Simplify the builder

This is required, for example, to implement #111, as we need to access all entries defined within a file, regardless of the AST kind they have.

@jubnzv jubnzv added enhancement New feature or request refactor labels Oct 18, 2024
@jubnzv jubnzv added this to the v0.5 milestone Oct 18, 2024
@jubnzv jubnzv self-assigned this Oct 18, 2024
@jubnzv jubnzv modified the milestones: v0.5, v0.6 Oct 19, 2024
@jubnzv jubnzv added the area:ir Everything related to the IR and corresponding internals label Oct 19, 2024
@jubnzv jubnzv changed the title Refactor TactASTStore ASTStore: Refactor Oct 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area:ir Everything related to the IR and corresponding internals enhancement New feature or request refactor
Projects
None yet
Development

No branches or pull requests

1 participant