-
Notifications
You must be signed in to change notification settings - Fork 749
Add lexer for PRQL #2507
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 PRQL #2507
Conversation
|
Hello! This needs a test file before we can continue, look at the contribution page. |
|
Thanks for updating the _mapping file etc., but please do add an example file as well under |
|
Thanks for the updates! Before we do burn down a forest here running CI, can you make sure to run the checks locally? Is there anything preventing you from using |
|
I can use |
|
|
|
|
|
@Anteru I've updated the copyright into. |
|
Merged, thanks! |
Adds a lexer for the PRQL query language.
PRQL is a modern language for transforming data — a simple, powerful, pipelined SQL replacement.
https://prql-lang.org/
https://github.com/PRQL/prql