Replies: 3 comments
-
|
Braindump of first thoughts: |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
While realizing this issue is several years old, and it appears the name is still set at AST... here's a couple ideas:
|
Beta Was this translation helpful? Give feedback.
0 replies
-
|
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
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.
Beta Was this translation helpful? Give feedback.
All reactions