We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I suspect there are slight differences between yacc languages, but I see no way to get numbers to work (the first error) in: https://github.com/sqljs/node-sqljs/blob/master/doc/ref/savage/sql-92.yacc
This produces an error on the first non-comment line: %token 0
It appears numbers are not allowed. Nothing from the calc example appears to help.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I suspect there are slight differences between yacc languages, but I see no way to get numbers to work (the first error) in:
https://github.com/sqljs/node-sqljs/blob/master/doc/ref/savage/sql-92.yacc
This produces an error on the first non-comment line:
%token 0
It appears numbers are not allowed. Nothing from the calc example appears to help.
The text was updated successfully, but these errors were encountered: