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

Better name for AST #4

Open
brendt opened this issue Dec 20, 2018 · 3 comments
Open

Better name for AST #4

brendt opened this issue Dec 20, 2018 · 3 comments
Labels
help wanted Extra attention is needed question Further information is requested

Comments

@brendt
Copy link
Contributor

brendt commented Dec 20, 2018

AST, or "abstract syntax tree", creates the expectation of a nested tree structure. In the case of a query string, the AST will only ever be one level deep; as multi nodes are combined into one.

If anyone wants to suggest a better, more clear name: you're welcome.

@brendt brendt added help wanted Extra attention is needed question Further information is requested labels Dec 20, 2018
@freekmurze
Copy link
Member

Braindump of first thoughts: QueryStringBag, QueryStringParts, QueryStringNodes, QueryStringNodeCollection

@ericsizemore
Copy link

While realizing this issue is several years old, and it appears the name is still set at AST... here's a couple ideas:

QST (QueryStringTree), QSS (Query String Schema), QSS (Query String Structure)

@DrissBoumlik
Copy link

Flat AST, Single Layer AST, Query Node, Flat Syntax Tree (FST), Linear Syntax Tree (LST)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed question Further information is requested
Projects
None yet
Development

No branches or pull requests

4 participants