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 lexer for ArangoDB Query Language (AQL) #794

Merged
merged 3 commits into from
Jun 29, 2023

Conversation

Simran-B
Copy link
Contributor

@Simran-B Simran-B commented Jun 29, 2023

ArangoDB is a NoSQL database system with a focus on graphs.

This PR adds a lexer for its query language AQL

There are some false-positives with pseudo-keywords but in practice it should be good enough. I considered using custom mutators to overcome the limitations of only using a stack for state but it would greatly complicate the lexer for little benefit.

@alecthomas alecthomas merged commit e8acfc2 into alecthomas:master Jun 29, 2023
2 checks passed
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.

2 participants