-
Notifications
You must be signed in to change notification settings - Fork 4
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
Need a help with this bnf for sql expressions #2
Comments
Here is a basic expression that gives good results most of the time:
|
Here is a simple C program for the simple expr grammar to help understand one possible simple implementation of it:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello !
I'm testing this tool with a subset of
sqlite
expressions and it hitsmaximum recursion
too often could someone give some help to improve it ?I noticed that for terminals it's best to add space inside the strings than to use
--separator
.I'm testing it here https://baturin.org/tools/bnfgen/ with:
Cheers !
The text was updated successfully, but these errors were encountered: