Skip to content
Snippets Groups Projects
Commit 90fa7bab authored by Ryan Senior's avatar Ryan Senior
Browse files

Switch sql templates to an instaparse grammar

This commit switches the SQL template parsing to a formally specified
EBNF grammar using instaparse. By specifying it in this way, changes
to the language become more flexible and explicit. This commit also
adds support for multiple parameters specified in an optional clause
as it's baked into the grammar.

Fixes #5492
parent f8c72765
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment