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

Should we add a new type to represent the entire list #10

Open
evpeople opened this issue Sep 16, 2024 · 1 comment
Open

Should we add a new type to represent the entire list #10

evpeople opened this issue Sep 16, 2024 · 1 comment

Comments

@evpeople
Copy link

Currently, each item in the list is a NorgASTFlat::NestableDetachedModifier. To get the entire list, you need to traverse backward until you find an element that is not a NorgASTFlat::NestableDetachedModifier (I am currently trying this approach). Would adding another layer in NorgASTFlat be more efficient? Or should we add another stage 4?

@benlubas
Copy link
Contributor

oh hey, #13 should have addressed this issue. Let me know if it does

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants