Skip to content

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

2 participants