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

add support for ORDER BY #4

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

add support for ORDER BY #4

wants to merge 1 commit into from

Conversation

gfrlv
Copy link

@gfrlv gfrlv commented May 12, 2022

Front-end part for ivelum/djangoql/issues/46

Adding support for ORDER BY

@gfrlv
Copy link
Author

gfrlv commented May 12, 2022

@stebunovd generating completions by the chain of ifs is slowly becoming unwieldy, especially if there are plans to extend the grammar any further. Maybe it's time to switch to a proper parser, here is one approach: https://tomassetti.me/code-completion-with-antlr4-c3/ (they use antlr4, we can do the same with a hand-written parser)

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

Successfully merging this pull request may close these issues.

1 participant